🛠️Getting set up

Step1: Setup Game Server
Step 2: Setup Web Server (SUB FOLDER i.e mysite.com/bans)
  • Download the panel css.bans.tar.gz

  • Extract the contents to subdirectory in this case EX: bans/

  • Edit .env file and make the below changes

VITE_SITE_DIR=/bans (Your subfolder in this case)
ASSET_URL=https://mysite.com/bans 
  • Access your site mysite.com/bans to continue with panel setup

Step 3: Setup Web Server (ROOT SPACE i.e mysite.com/) - Easier
  • Download the panel css.bans.tar.gz

  • Extract the contents to your site root space

  • Access your site mysite.com/ to continue with panel setup

Step 4: Required Ports

Web Panel

  • UDP Incoming on game server port

  • TCP Outgoing on game server port for rcon communication

Game

  • Server Port ( UDP & TCP )

Note: Dashboard server player listing will not work if your ports are blocked. If you want to use live bans/kicks/mutes ensure you have rconpassowrd set correctly and the above required ports are open from your hosting webpanel. If you do not wish to use live bans/kick/mutes you can skip this, but its recommended to have this setup for future features to work.

Last updated