Team size is an important factor in servers on Rust, as it's a way to utilise the balance between teams. By default, the team size is 8 and this can be increased or decreased. However, the Rust Team UI has a hard limit of displaying 8 players.
# Configuring Team Size
To configure team size, you must add relationshipmanager.maxteamsize to your server.cfg file.
- Access your control panel.
- Navigate to the Files tab and open your server.cfg file.
- Add the line
relationshipmanager.maxteamsize <number>
to this file.
- Setting the value to
0
will disable teams.
- Save the file and then go to the server console.
- Enter the command
server.readcfg
to make the changes live.
To learn more about Rust server hosting, you can browse our library of Knowledgebase articles here.