Your own Squad server is worthwhile if you want to run tactical sessions with predictable administration, clear rules, and controlled layer rotation. At game-serverhosting, you rent paid multi-game hosting with technical control, support, and transparent operational processes; Squad-specific licensing and configuration still remain important.

Requirements

Before you publish the server, you should prepare three things: a suitable server, a valid server license, and a clear admin structure. In the initial setup, at least 6 GB RAM is intended. Keep this requirement, but also plan based on slot count, mods, community size, and desired reserve. You should determine exact performance values only after your own measurements or provider information.

Squad servers require a license from OWI. The existing license note refers to squad.fandom.com. For technical configuration, the official Squad wiki documentation on Server Configuration lists ServerConfig files such as Server.cfg, Admins.cfg, LayerRotation.cfg, License.cfg, and Rcon.cfg, among others. Use this documentation as the primary reference for file and parameter details because server files can change with game versions.

If you are planning additional co-op or survival servers alongside Squad, internal guides such as the Satisfactory Dedicated Server Multiplayer Guide and the Rent a 7 Days to Die Server Guide 2026 are helpful for building operational processes, admin access, and community rules in a comparable way.

Order a Server and Define Basic Data

  1. Go to game-serverhosting
  2. Choose at least 6 GB RAM
  3. The server is set up automatically

Before the first start, define how your server should appear in the browser. The name should be clear and indicate language, playstyle, or community connection. Reserved slots make sense if admins or moderators need to intervene even when the server is full. Do not put fantasy promises such as guaranteed tick rates or fixed performance values in the description or rules unless you can prove them for your specific setup.

Apply for a Server License

Squad servers require a license from OWI:

  1. Apply for a license at squad.fandom.com
  2. Enter the license key in the config

After entering it, check whether the server starts without license errors and whether it appears in the server browser as expected. If you make changes to license files, server name, or visibility, restart the server cleanly and check the logs. Keep your community rules consistent with the server name, tags, and the admin decisions that are actually applied.

Server Configuration in Server.cfg

Server.cfg contains the visible and gameplay-relevant base settings. Keep the existing values as a starting point and adjust them deliberately:

ServerName="My Squad Server"
MaxPlayers=80
NumReservedSlots=5
IsLANMatch=false
ShouldAdvertise=true

ServerName is the display name in the server browser. MaxPlayers limits the player count, while NumReservedSlots keeps spots free for authorized users. IsLANMatch=false is relevant for public online servers. ShouldAdvertise=true ensures the server is advertised in the browser, provided license, network, and other requirements are met.

Only change a few parameters at a time and document what you adjusted. This helps you find errors faster if the server is not visible after a restart or players cannot connect.

Plan Layer Rotation

Layers determine map + game mode:

// MapRotation.cfg
Narva AAS v1
Yehorivka RAAS v1
Gorodok Invasion v1
Tallil Outskirts AAS v1
Al Basrah RAAS v1

For public sessions, a understandable rotation is more important than the longest possible list. Mix familiar maps with more demanding variants so new players are not overwhelmed immediately and experienced squads still get variety. AAS offers fixed flows, RAAS adds more uncertainty to flag chains, and Invasion focuses more strongly on asymmetrical attack and defense phases.

Test every layer line after changes. Typos or invalid layer names can cause the rotation not to run as planned. If you later use voting configurations, keep rotation, voting files, and server rules consistent in content.

Assign Admin Rights in Admins.cfg

The existing example configuration shows the basic principle of groups and assigned Steam IDs:

Group=SuperAdmin:changemap,pause,cheat,kick,ban,cameraman
Admin=76561198012345678:SuperAdmin    // Steam ID

Only grant SuperAdmin to people you trust with full operational control. Limited rights such as kick, ban, or broadcast are often enough for moderators. A small, clear permission structure reduces mistakes and makes later audits easier. Store Steam IDs carefully; a wrong ID either gives nobody access or gives rights to the wrong person.

Admin Commands

Command Description
AdminChangeMap <map> Change map
AdminKick <name> <reason> Kick player
AdminBan <name> <duration> <reason> Ban player
AdminBroadcast <text> Message to everyone
AdminForceTeamChange <name> Change team

Use admin commands transparently. Announce interventions by broadcast where possible and document recurring problems outside the game so rules are not enforced only situationally.

Check the Result

After setup, you should check at least these points: the server starts without license or configuration errors, appears with the correct name in the browser, accepts players, loads the first desired layer, and recognizes your admin Steam ID. Also test a simple broadcast and, if possible, a controlled map change.

If the server is not visible, first check ShouldAdvertise, license status, restart, firewall or port openings, and log messages. If admin rights do not work, compare Steam ID, group name, and rights spelling. If the rotation skips or gets stuck, check every line of MapRotation.cfg individually.

For additional multiplayer setups with similar operational questions, you can use the Valheim Co-op Guide 2026 or the Project Zomboid Multiplayer Guide.

Checks, Limits, and a Safe Way Back

The guide “Rent a Squad Server – Tactical Multiplayer Guide” applies to the server type described in the article and the version state visible at the time of checking. Menu names, available versions, mod or plugin compatibility, and required resources may differ after updates. Therefore, do not apply values to another game, loader, or server version without checking them first.

Before making changes to the world, savegame, configuration, or extensions, create a backup of the affected files. Then change only one related step and test it with the same client and server version you want to play with later.

Checkpoint Expected Result Abort and Rollback
Server start The server reaches the operational state without a new error message. If startup errors occur, revert the change and restore the latest backup.
Connection test A test account can connect using the address shown in the panel. If version or connection errors occur, recheck version, port, and firewall rules.
Function test The specifically changed function works without damaging existing world or game data. If side effects occur, stop the server and restore backed-up files.

A successful single test is not a guarantee of performance or availability. World size, mods, plugins, player count, network path, and simultaneous load can change the result. Document version, change, and test result so you can trace later deviations.

FAQ

Do I Really Need a License for a Squad Server?

Yes. Squad servers require a license from OWI. Apply for it through the specified license page and enter the received key in the appropriate config before running the server publicly.

Is 6 GB RAM Enough for Every Squad Server?

Use 6 GB RAM as a starting value and check the actual load. Whether that is enough for your specific setup depends on slot count, server load, mods, and operating style. Plan reserves and evaluate utilization after launch based on your actual usage.

Where Do I Change Server Name and Player Count?

These base values are in Server.cfg. There you set ServerName, MaxPlayers, NumReservedSlots, IsLANMatch, and ShouldAdvertise, among other things.

What Is the Difference Between Map and Layer?

A layer combines a map with a specific game mode or variant. That is why the rotation contains entries such as Narva AAS v1 or Yehorivka RAAS v1 instead of just plain map names.

Why Don't My Admin Rights Work?

Usually it is due to a wrong Steam ID, a different group name, or a typo in Admins.cfg. Check the spelling, restart the server, and then test a simple command such as AdminBroadcast <text>.

What Do I Do If the Server Does Not Appear in the Browser?

Check ShouldAdvertise=true, license status, network and port openings, and server logs. Do not change several causes at once, otherwise troubleshooting becomes unnecessarily difficult.