0%
Loading...
NolimitHost

How to Change the Max Players on Your Euro Truck Simulator 2 Server

Last updated: September 18, 2026

The player limit for a Euro Truck Simulator 2 Convoy server is controlled by the max_players value in server_config.sii. The supported limit for ETS2 Convoys is 8 players.

Step 1: Stop the Server

In the NolimitHost Game Panel, select your ETS2 server and stop it from the Console page. The setting is only read at startup.

Step 2: Edit max_players

  1. In the left sidebar, click Files and open server_config.sii.
  2. Set the max_players line to your chosen value:
     server_config : _nameless.5f7.5dd0 {
      max_players: 8
     }
  3. Save the file and start the server again.

Supported Limit

Setting Value Notes
max_players1 - 8The official ETS2 Convoy limit is 8 players. This is a hard limit in the game itself.
Important: Values above 8 are not supported. Some setups raise the cap with a client-side override and a modified server, but this is unofficial and can trigger a "player limit exceeded" error or unstable sessions. Keep it at 8 for a reliable server.

Other Load Limits

These related values control how many vehicles the session handles and can affect performance. They are also in server_config.sii:

Setting Default Purpose
max_vehicles_total100Total vehicles allowed in the session.
max_ai_vehicles_player50AI vehicles allowed per player.
max_ai_vehicles_player_spawn50AI vehicles a player can spawn at once.
Tip: Lower traffic or AI vehicle limits if sessions feel heavy for players on lower-end hardware.