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
Kategorie

Euro Truck Simulator 2 Admin and Mod Setup


This guide covers admin and moderator setup, mod compatibility, and troubleshooting for your Euro Truck Simulator 2 dedicated server. Learn how to manage your convoy, configure mods, and resolve common issues.

Prerequisites: Make sure your server is already installed and running. If you have not set up your server yet, start with the Euro Truck Simulator 2 Server Setup Guide.

Admin and Moderator Setup

ETS2 convoy servers use a moderator system defined in the server_config.sii file. There is no separate admin role; the server host and designated moderators share management responsibilities.

Adding Moderators

To add moderators to your server, edit server_config.sii and configure the moderator_list section:

    moderator_list: 3
    moderator_list[0]: 76561198012345678
    moderator_list[1]: 76561198087654321
    moderator_list[2]: 76561198011223344

Key points about the moderator list:

  • The first line (moderator_list: 3) must equal the total number of moderator entries.
  • Each entry uses a 0-based index and a Steam64 ID.
  • Changes require a server restart to take effect.

Finding Steam64 IDs

To find a player's Steam64 ID:

  1. Go to the player's Steam profile page.
  2. If the URL contains a custom name (e.g., steamcommunity.com/id/playername), use a Steam ID lookup tool like steamid.io to convert it.
  3. If the URL contains a number (e.g., steamcommunity.com/profiles/76561198012345678), that number is the Steam64 ID.

Moderator Capabilities

Moderators in an ETS2 convoy session have the following capabilities:

Action Description
Kick Player Removes a player from the current session. They can rejoin immediately unless banned.
Ban Player Removes a player and prevents them from rejoining the session. The ban persists until the server restarts or the ban list is cleared.
View Player List See all connected players, their Steam IDs, and their current positions on the map.
In-Game Moderation: Moderators can access moderation tools through the convoy session player list. Right-click on a player's name to see available moderation actions.

Mod Compatibility in Convoy Mode

ETS2's convoy mode has specific rules about mod usage that are controlled by the optionally_modded setting in your server configuration.

The optionally_modded Flag

Setting Behavior Best For
optionally_modded: false Only vanilla (unmodded) clients can connect. Ensures all players see the same world. Public servers, competitive events
optionally_modded: true Players with mods enabled can join. Mods are not required or synced to other players. Private groups, casual convoys

Mod Syncing Rules

Understanding how mods interact in convoy mode is important:

  • No automatic mod sync: The server does not distribute mods to players. Each player loads their own local mods independently.
  • Visual mods: Truck skins, UI changes, and sound mods work fine because they only affect the local player's experience.
  • Map mods: Map expansion mods (like ProMods) can cause issues if not all players have them installed. Players without the map mod will not see roads or areas added by the mod.
  • Truck/trailer mods: Custom trucks or trailers from mods will appear as default vehicles to players who do not have the same mod installed.
  • Gameplay mods: Mods that alter physics, economy, or traffic behavior only affect the local player and do not sync across the convoy.
Recommendation: For the best experience with mods in convoy mode, ensure all players in your group use the same mod list. Map mods in particular should be consistent across all players to avoid navigation issues.

Convoy Session Management

Managing your convoy session effectively keeps the experience smooth for all players:

Starting a Session

  • The convoy session starts automatically when the server boots up.
  • The server creates a new session each time it starts. There is no persistent session across restarts.
  • Players will need to rejoin after a server restart.

Managing Active Sessions

  • Monitor the server console in GPanel for player join/leave messages and errors.
  • Use the moderator tools in-game to manage players.
  • If the server becomes unresponsive, use GPanel's Restart button to create a fresh session.

Scheduled Restarts

For long-running servers, periodic restarts can help maintain performance. You can schedule restarts through GPanel's Schedules feature. Notify your players before restarting so they can finish active jobs.

DLC Compatibility

Euro Truck Simulator 2 has numerous map DLCs that expand the drivable area. DLC compatibility in convoy mode follows these rules:

Scenario Result
All players own the same DLCs Full access to all DLC areas for everyone
Some players missing a DLC Players without the DLC cannot drive into DLC areas but can still join the convoy
No players own a specific DLC DLC areas are simply not accessible in the session
Tip: The server itself does not need DLC licenses. DLC access is determined by each player's own Steam account. Players are simply restricted from entering areas they do not own.

Troubleshooting

Convoy Not Appearing in Browser

  • Verify the server is fully started by checking the GPanel console for a successful startup message.
  • Make sure the server's ports (game port and query port) are not blocked. Check GPanel's Network tab.
  • Try connecting via Direct IP instead of the browser. If Direct IP works but the browser does not, the query port may be misconfigured.
  • Ensure the server name (lobby_name) is set in server_config.sii and not left blank.
  • Both the server and client must be on the same game version. Update your game and restart the server if needed.

Connection Issues

  • "Session not found": The server may have restarted or the session ended. Check GPanel to confirm the server is running.
  • "Version mismatch": Update your game client to match the server version. The server updates automatically on restart.
  • High latency / rubber-banding: This is often caused by players with slow connections. Reducing max_vehicles_total and disabling traffic can help.
  • Cannot connect via Direct IP: Double-check the IP and port. Make sure you are using the game port, not the query port. See How to Find Your Server IP and Port.

Mod Desync Issues

  • Invisible trucks: This can happen when a player uses a modded truck that others do not have. The truck may appear as a default model or be invisible in rare cases. Ask all players to use the same mod set.
  • Map mismatches: If some players have map mods and others do not, those without the mod may see players driving through empty space. Coordinate map mods across your group.
  • Crashes on join: If a player crashes when joining a modded session, have them disable all mods and try again. Re-enable mods one at a time to identify the problematic mod.

Performance Issues

  • Server lag with many players: Reduce max_vehicles_total to lower the number of AI vehicles. Disabling traffic entirely (traffic: false) significantly reduces server load.
  • High CPU usage: Large player counts with AI traffic enabled are the main cause. Consider reducing max_players if performance is poor.
  • Time acceleration impact: High time_acceleration values increase the rate of world updates and can affect server performance. Keep it at 1 for best stability.

Traffic Settings Impact

The traffic system has a notable impact on server performance and gameplay:

Traffic Setting Performance Impact Gameplay Effect
traffic: true Higher CPU and memory usage Realistic driving with AI cars and trucks on the road
traffic: false Significantly reduced load Empty roads, only player vehicles visible

For large convoys (16+ players), disabling traffic is recommended to maintain smooth performance.

Related Articles

Need Help? If you are experiencing issues not covered in this guide, open a support ticket and our team will help you out.

Byl pro vás tento článek užitečný?

Ready to Get Started?

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