File Manager

Each server has a built-in file manager that lets you interact with the server's files directly from your browser over SFTP.

Accessing the file manager

Click Files on your server card in the dashboard.

What you can do

  • Browse - navigate the directory structure of your server
  • Upload - upload files from your computer directly to the server
  • Edit - open and edit text-based files (config files, JSON, etc.) in the browser
  • Download - download files to your computer
  • Create directories - make new folders
  • Delete - remove files and directories
  • Extract archives - unzip uploaded archives in place

Important file locations

  • server_config.json - core server settings (port, name, player count, tick rate, etc.)
  • public_game_mode_config.json - game phase timing configuration
  • banned_steam_ids.json - list of banned players
  • whitelisted_steam_ids.json - list of whitelisted players
  • admin_steam_ids.json - list of in-game admins

Most settings are easier to manage through the Edit panel in the dashboard rather than editing files directly.