AKL DOCUMENTATION
  • 👋Introduction
  • GUSTI RESOURCES
    • ⛏️gusti-minerjob
      • Setup
      • Update
    • 🚙gusti-membershipvehicle
    • 🍗gusti-butcherjob
    • 📣gusti-iosnotify
      • Setup
      • Usage
    • 🌐gusti-status server web
      • Setup
    • ⏳gusti-loadscreen
      • Setup
      • Building
    • 💎gusti-vipmenu
      • Setup
    • 🛠️gusti-welderloot
      • Common Issues
      • Setup
    • 🏃‍♂️gusti-boostsprint
      • Setup
    • 🚀gusti-boostfps
    • 📹gusti-cctv
      • Setup
    • 📅gusti-datetime
      • Setup
    • ☢️gusti-radzone
      • Setup
    • 🔫gusti-hidereticle
    • 🚗gusti-givevehicle
      • Setup
      • Usage
    • 💥gusti-duarmemek
      • Setup
      • Usage
  • 🛡️gusti-vipsystem
    • Setup
    • Usage
  • CODE SNIPPETS
    • Fix Animasi
    • Fix Spam Punch
    • Boost Fps
    • Disable Ambient
    • Send Webhook Messages
    • Spawns GTA V Online Train On Fivem
    • Removing / Adding Limit Map
    • Blacklist Name
    • Item Probability
    • Anti Duplicate Vehicle
    • How To Unbind Keys
Powered by GitBook
On this page
  1. GUSTI RESOURCES
  2. gusti-status server web

Setup

Configuration

Open the config.php file located in the gusti-status-server-web folder to configure

<?php
    // Configuration your website
    $title = "Title website"; // title website
    $favicon = "./assets/image/favicon.svg"; // favicon website
    $logo = "./assets/image/logo.svg"; // logo server
    $name = "Name server"; // name server
    $description = "Description server"; // description server
    // Configuration your server
    $ip = "127.0.0.1"; // ip address server
    $port = "30120"; // port server
    $max_slots = "32"; // maximal slot server
    // Link social media
    $youtube = "https://www.youtube.com/@Gustiagung/"; // youtube
    $discord = "https://discord.gg/invite/SbxjyER42R"; // discord
    $instagram = "https://www.instagram.com/gustiagung_19/"; // instagram
?>

please don't delete/replace copyright, this is a credit

Previousgusti-status server webNextgusti-loadscreen

Last updated 2 years ago

🌐