background image
Game Servers 380 7 Days to Die 4 Abiotic Factor 2 Aloft 2 alt:V 2 Americas Army Proving Grounds 2 Among Us 2 Archean 2 ARK Survival Ascended 6 ARK Survival Evolved 3 Arma 3 3 Arma Reforger 2 Aska 2 AssaultCube 2 Assetto Corsa 3 Astro Colony 2 Astroneer 2 Automobilista 2 2 Avorion 2 Banana Shooter 2 Barotrauma 3 BATTALION Legacy 2 BeamNG.drive (BeamMP) 2 Black Mesa 2 Brickadia 2 Call of Duty 2 Citadel: Forged with Fire 2 ClassiCube 2 Clone Hero 2 Colony Survival 2 Conan Exiles 4 Contagion 2 Core Keeper 2 Counter-Strike 2 3 Craftopia 2 CryoFall 2 CS2D 2 Cube 2: Sauerbraten 2 Cubic Odyssey 2 DayZ 4 DDNet 2 DDRaceNetwork 2 Dead Matter 2 Dont Starve Together 4 Eco 2 Empyrion Galactic Survival 2 Enshrouded 3 Escape from Tarkov 2 Euro Truck Simulator 2 2 Factorio 2 Farming Simulator 25 2 Fistful of Frags 2 FiveM 3 FortressCraft Evolved 2 Foundry 2 Foundry VTT 2 Frozen Flame 2 FTL Tachyon 2 Garrys Mod 3 Ground Branch 2 Half-Life 2 Deathmatch 2 Hogwarp 2 Holdfast: Nations at War 2 HumanitZ 2 Hurtworld 2 Hytale 1 Icarus 2 Insurgency Sandstorm 2 IOSoccer 2 Just Cause 3 Multiplayer 2 Kerbal Space Program 2 Killing Floor 2 3 LeagueSandbox 2 Left 4 Dead 2 Left 4 Dead 2 3 Longvinter 2 Los Angeles Crimes 2 Medal of Honor 2 Midnight Ghost Hunt 2 Mindustry 2 Minecraft 4 Minetest 2 Modiverse 2 Mordhau 3 Mount & Blade II: Bannerlord 2 Myth of Empires 2 Nazi Zombies Portable 2 Necesse 2 NeosVR 2 Neverwinter Nights EE 2 Night of the Dead 2 Nightingale 2 No Love Lost 2 No More Room in Hell 2 No One Survived 2 Nova-Life Amboise 2 Nuclear Option 2 Onset 2 Open Fortress 2 OpenArena 2 OpenRA 2 OpenRCT2 2 OpenTTD 2 Operation Harsh Doorstop 2 Palworld 3 Path of Titans 2 Pavlov VR 3 PixARK 2 Plains of Pain 2 Portal Knights 2 Post Scriptum 2 Project Zomboid 8 Puck 2 Quake Live 2 R5Reloaded 2 RedM 2 Renown 2 Resonite 2 Return to Moria 2 Rimworld Together 2 Rising World 2 Risk of Rain 2 1 Rust 4 Satisfactory 1 SCP Secret Laboratory 3 SCUM 2 Smalland 2 Solace Crafting 2 Soldat 2 Soldat 2 2 Sonic Robo Blast 2 2 Sons of the Forest 2 Soulmask 2 SourceCoop 2 Space Engineers 3 Space Station 14 2 Squad 3 Starbound 3 StarMade 2 Stationeers 2 Stormworks 2 Subnautica Nitrox 2 Sunkenland 2 SuperTuxKart 2 Sven Co-op 2 Swords 'n Magic and Stuff 2 Team Fortress 2 3 Teeworlds 2 Terraria 3 TerraTech Worlds 2 TF2 Classified 2 The Forest 3 The Front 2 The Isle 2 Tower Unite 2 Trackmania 2 Unturned 4 Urban Terror 2 V Rising 3 Valheim 3 VEIN 2 Veloren 2 Vintage Story 3 Voyagers of Nera 2 Wolfenstein: Enemy Territory 2 Wreckfest 2 Wurm Unlimited 2 Xonotic 2 Zandronum 2 Getting Started 2 Network & Connectivity 1 Server Management 2
Categories

Wreckfest Admin and Track Setup


This guide covers admin setup, RCON access, player management, track rotation management, Steam Workshop mod support, custom events, and troubleshooting for your Wreckfest dedicated server on Legion Hosting. For initial server setup, configuration, and connection instructions, see Wreckfest Server Setup Guide.

Server Panel: All server management is done through GPanel at gpanel.legionhosting.net. File management can be done through the Files tab or via SFTP. See How to Upload Files via SFTP for SFTP instructions.

Admin Setup

Wreckfest uses a password-based admin system. The server owner sets an admin password (owner_password) in the server_config.cfg file. This password grants full admin access through RCON and in-game admin commands.

Setting the Admin Password

  1. Stop your server in GPanel.
  2. Navigate to the Files tab and open server_config.cfg.
  3. Find or add the owner_password line and set your desired password:
owner_password=YourSecureAdminPassword
  1. Save the file and restart the server.
Keep your admin password private. Anyone with this password has full control over the server, including the ability to kick, ban, and change server settings.

Logging In as Admin In-Game

Once connected to the server as a player, you can authenticate as admin using the in-game console or chat:

  1. Open the in-game chat or console.
  2. Type the admin login command with your password: /admin YourSecureAdminPassword
  3. You will receive confirmation that you are now an admin for this session.

RCON (Remote Console)

Wreckfest supports RCON for remote server administration. RCON allows you to execute server commands from outside the game using an RCON client.

RCON Configuration

RCON settings are configured in server_config.cfg:

owner_password=YourSecureAdminPassword
query_port=27016

Connecting via RCON

  1. Use an RCON client tool (such as mcrcon, rcon-cli, or a GUI RCON client).
  2. Connect to your server's IP address on the query port (default: 27016).
  3. Authenticate using the owner_password.
  4. You can now execute admin commands remotely.
Alternative: You can also run admin commands directly through the GPanel console without an RCON client. The GPanel console provides direct access to the server's standard input.

Admin Commands

The following commands are available to authenticated admins through RCON, the GPanel console, or in-game chat:

Command Description
/kick <player> Kicks a player from the server. They can rejoin unless banned.
/ban <player> Bans a player from the server. Persists across restarts.
/unban <player> Removes a player's ban.
/balanceteams Rebalances teams in team-based game modes.
/restart Restarts the current event.
/next Skips to the next event in the track rotation.
/say <message> Sends a server-wide admin announcement.

Player Management

Kicking and Banning

Use the /kick and /ban commands to manage disruptive players. Bans are stored in the server's ban list and persist across restarts.

Managing the Ban List

The ban list is stored in a file in the server directory. You can view and edit it through GPanel's Files tab:

  • Each banned player is listed by their Steam ID.
  • To unban a player, use the /unban command or remove their entry from the ban list file and restart the server.

Team Management

In team-based game modes (team derby), you can manage team balance:

  • Use /balanceteams to automatically redistribute players between teams.
  • Set num_teams=2 in server_config.cfg for events that require teams.
  • Team assignments can be shuffled between events to keep things fair.

Track Rotation Management

The track rotation is defined in server_config.cfg as a series of event blocks. For details on the event format, see the Wreckfest Server Setup Guide.

Adding New Tracks

  1. Stop your server.
  2. Open server_config.cfg in the Files tab.
  3. Add a new event block with the desired track, mode, and settings.
  4. Save and restart the server.

Removing or Reordering Tracks

Simply edit the event blocks in server_config.cfg. Remove unwanted event blocks or rearrange them to change the rotation order. The server processes events top to bottom and loops back to the first event after completing the last one.

Common Track IDs

Popular track IDs: sandpit2_track_a (circuit), tricity_speedway_a (oval), hellride_track_a (circuit), muddigger_arena_a (derby arena), bonebreaker_valley_a (circuit), crash_canyon_a (derby arena). Wreckfest includes many more tracks and variants — check the game's data files or community resources for a full list. DLC tracks are also available if installed.


Mod Support (Steam Workshop)

Wreckfest supports Steam Workshop mods on dedicated servers, including custom tracks, cars, and other content.

Installing Workshop Mods

  1. Find the mod you want on the Wreckfest Steam Workshop.
  2. Note the Workshop item ID from the mod's URL (the number in the URL).
  3. Stop your server in GPanel.
  4. Add the Workshop item ID to the server's mod configuration. This is typically done through a startup variable or a mod list file.
  5. Restart the server. SteamCMD will download the mod files automatically.

Workshop Tracks

Custom Workshop tracks can be added to your track rotation once installed. Use the Workshop track's internal ID as the el_add value in your event block. Check the mod's Workshop page for the correct track ID.

Workshop Cars

Custom vehicles from the Workshop are available to all players on the server once installed. Players must also subscribe to the same Workshop items on their client for the models to display correctly.

Mod compatibility: Not all Workshop mods work reliably on dedicated servers. Test mods individually to ensure they work correctly. Some mods may cause crashes or desync issues.

Custom Events

You can create unique event configurations beyond the standard race and derby setups:

Themed Events

  • School bus derby: Set el_car_restriction to a bus vehicle ID for a bus-only demolition derby.
  • Lawnmower racing: Restrict to lawnmower vehicles for chaotic small-vehicle races.
  • Rainy endurance: Set el_weather=2 (rain) with high lap counts for a challenging wet-weather endurance race.
  • Time attack: Use short time limits and open car classes for quick, intense rounds.

Bot Fill Events

Use the el_bots setting to add AI drivers when player counts are low. Bots provide opponents for racing and targets for demolition derbies, keeping the action going even with few human players.


Troubleshooting

Server Not Appearing in Browser

  • Confirm the server is fully started and online in GPanel.
  • Wait 1–2 minutes after startup for the server to register with Steam's master server list.
  • Verify the server name is set and not blank in server_config.cfg.
  • Check the console for port binding errors or Steam authentication failures.

Players Cannot Connect

  • Verify the server is running and the console shows no errors.
  • If password-protected, ensure players are entering the correct password.
  • Check that the game version matches — server and client must be on the same version.
  • Have players try direct connect with the IP and port. See How to Find Your Server IP and Port.

Mods Causing Issues

  • If the server crashes or behaves unexpectedly after adding mods, remove the most recently added mod and restart.
  • Test mods one at a time to identify the problematic mod.
  • Ensure all players have the same Workshop mods subscribed on their clients.
  • Some mods may be outdated and incompatible with the current Wreckfest version.

Track Rotation Not Working

  • Double-check track IDs in your event blocks. An incorrect track ID will cause the event to fail.
  • Ensure each event block has all required fields (el_add, el_gamemode, el_laps).
  • Check the console for errors when the server tries to load a specific event.

Performance Issues

  • Reduce the number of AI bots (el_bots) if CPU usage is high.
  • Demolition derby events with 24 players plus bots are the most resource-intensive. Consider lowering player count for derby events.
  • Check GPanel resource graphs. If you are consistently hitting resource limits, consider upgrading your plan. Open a support ticket to discuss options.

Related Articles


Need More Help?

If you are experiencing issues not covered in this guide, our support team is available to assist. Open a ticket at legionhosting.net/submitticket.php with your server details, a description of the problem, and any relevant error messages from the GPanel console.


Was this article helpful?

Ready to Get Started?

The servers are booted, select your plan and become our latest satisfied client.