ATLAS
Not enough ratings
Atlas Dedicated Game Server Setup Guide
By 💖⎛⎝Silver Knight⎠⎞💂☢☣
This guide shows you what is required to get your very own Atlas dedicated server up and running. Not too much is known about Atlas right now due to just being released and i will update this guide as more is known. If you see any errors, please let me know and i will update them here in the guide.
   
Award
Favorite
Favorited
Unfavorite
Introduction
This guide shows you what is required to get your very own Atlas dedicated server up and running. Not too much is known about Atlas right now due to just being released and i will update this guide as more is known. If you see any errors, please let me know and i will update them here in the guide. This is a repost as it was falsely DMCA'd by someone claiming to "own" the commandline publicly provided by the Atlas developers.
Installation of server files
The first step is to retrieve the files for the game, this is done via SteamCMD.

Follow the guide here on how to use STEAMCMD.

Download SteamCMD for Windows: https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip

Once you have STEAMCMD, run the following command:

steamcmd +login anonymous +force_install_dir C:\atlasserver +app_update 1006030 validate +exit

Note: You can adjust the +force_install_dir parameter to the directory you want to download the server to.

This will then download the entire game, Once completed, it's time to setup the server configuration.
Server Configuration
In this section we define the options on configuration and some basic commandline parameters

The best method for a self-hosted solution is to use the provided .batch file

Inside myserver\ folder where you downloaded the game files, create a bat file e.g. start.bat

Inside the .bat file enter in this:

start /high C:\myserver\ShooterGame\Binaries\Win64\ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00?ServerAdminPassword=123?MaxPlayers=125?ReservedPlayerSlots=25?QueryPort=57561?Port=5761?SeamlessIP=127.0.0.1 -log -server -NoBattlEye

Change parameters as required e.g. change max players to max players desired. Change the SeamlessIP to your public ip or leave as is for LAN. Change the Queryport and port to the ports you want to use ( You will have to portforward/open them )

Change ServerAdminPassword for admin\rcon purposes.

Next up, you need the official server grid tool here:

ServerGridEditor: https://github.com/GrapeshotGames/ServerGridEditor (Hit "Clone or Download" then "Download Zip")

Open the tool and configure how you want, two templates are provided under projects you can use for premade templates. Ports are defined in the commandline but try to match them.

How do i set the server name?:
In the edit project, your server name is the "friendly name" This is what people will see.

How do i set a server password?:
"Atlas password" box in the edit project section.

Where do i put the ServerGrid.Json file after i export it?:
You put this in the folder you installed the server at, inside it's subfolder: shootergame\
e.g. C:/MYSERVER\shootergame\
Running the server
The best method for a self-hosted solution is to use the created .bat file you created above

Inside the folder you set with steamcmd to install the files above, use the myserver\ folder where you downloaded the game files, Run Start.bat.

You should then go into the atlastools directory and start the redis database .exe, this is required to run alongside your server as it stores all the data, you can typically leave this as default, since it's a local installation no port forwarding is needed, but if you plan on having a seperate redis/server setup on two different machines then you should port forward, although that is not recommended due to increased latency.

Please note some port-forwarding may be required, by default the server will use port 7777 and 27015, each servergrid uses unique ports and runs a separate process! you should unblock these port in your firewall\router.

If setting up your own server is too much work for you, then please consider renting a server from Citadel Servers[https://citadelservers.co/game-servers/atlas#aff=34356] - They setup everything for you and offer over 20 locations worldwide, i would highly recommend them
31 Comments
MellowRebel 20 Mar, 2023 @ 9:20pm 
OH, ATLAS SERVER GRID MANAGER.
MellowRebel 20 Mar, 2023 @ 9:15pm 
I USE STEAM CMD GUI!! YOU CAN FIND IT USUALLY AT GAME BANANA!!!
Stalker 14 Jul, 2021 @ 6:49am 
Wtat a download map and settings for dedicated server blackwood ?
Svarog_dab 30 Dec, 2020 @ 5:23pm 
Everything is configured in accordance with the manual from the box, everything works, but the game does not display my server, how can I do it so that I can see my server inside the game, all ports in the router are forwarded, the external IP of the provider is used as the IP address.
Chuc 29 Jun, 2020 @ 9:46pm 
So i set everything up, forward all the ports and got the server woking well. The problem i have is there is no map and i cant pick a bed to spawn on because there is no map. I followed every guide i could find did everything to the letter but still no map in game
DMTparadox 4 Feb, 2020 @ 10:27am 
does this mean my friend cannot just join my game? :steammocking:
partiesplayin 10 Jan, 2020 @ 9:50pm 
Anyone know how to change ship reverse speed ? how about allowing large cannons on deck . Thanks
CulpableComa49 7 Jan, 2020 @ 10:01pm 
game.ini[/script/shootergame.shootergamemode]
bDontUseClaimFlags=False
NoClaimFlagDecayPeriodMultiplier=4.0
PlayerDefaultNoDiscoveriesMaxLevelUps=100
bClampHomeServerXP=False
ClampHomeServerXPLevel=100
PerLevelStatsMultiplier_Player[0]=2
PerLevelStatsMultiplier_Player[1]=2
PerLevelStatsMultiplier_Player[7]=3
PerLevelStatsMultiplier_Player[10]=2
PerLevelStatsMultiplier_Player[11]=2
bDisableStructurePlacementCollision=True
CulpableComa49 7 Jan, 2020 @ 10:01pm 
gameusersettings.ini

[ServerSettings]
AdminLogging=False
TamingSpeedMultiplier=10
XPMultiplier=10
HarvestAmountMultiplier=10
PlayerHealthRecoveryMultiplier=3
ResourcesRespawnPeriodMultiplier=3
PlayerCharacterFoodDrainMultiplier=0.5
PlayerCharacterStaminaDrainMultiplier=0.5
PlayerCharacterWaterDrainMultiplier=0.3
rhammer2003 7 Nov, 2019 @ 7:20pm 
I am trying to get my server to show up, I noticed my server is running 401.8 and the server list shows 401.13 how do I get my server on the same version as the server list??