For a self-hosted ARK Survival Ascended server on a Windows VPS, the server name, join password, and admin password are normally set in the launch arguments inside your start batch file.

In the example guides, that file is C:\ark-asa\start-asa.bat.

If you want the full breakdown of every start option, use How to create a start batch file for an ARK Survival Ascended server.

  1. Stop the ARK Survival Ascended server.
  2. Right-click your start-asa.bat file, then click Edit.
  3. Change SessionName to the public server name you want players to see.
  4. Change ServerPassword if you want players to enter a password before joining.
  5. Change ServerAdminPassword to the password used for admin commands.
  6. Save the batch file, then start the server again.

Example:

ArkAscendedServer.exe TheIsland_WP?listen?SessionName=MyASAServer?ServerPassword=JoinPassword?ServerAdminPassword=AdminPassword?Port=7777?QueryPort=27015 -WinLiveMaxPlayers=70 -server -log

Which values to change

ValueWhat it controls
?SessionName=MyASAServerThe public name shown in the server browser. Use a short, recognisable name for the first test, then make it more descriptive once the server is working.
?ServerPassword=JoinPasswordThe password players must enter before joining. Remove this whole option if you want the server to be open.
?ServerAdminPassword=AdminPasswordThe admin password used for server administration commands. Keep this private and use a strong value.

Avoid spaces and unusual special characters while testing the server.

After the server starts correctly, you can make the name more descriptive.

If the server still shows the old name or password after editing the file, make sure you saved start-asa.bat and fully restarted the server process.

  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How to install or update an ARK Survival Ascended server on a Windows VPS

ARK Survival Ascended dedicated servers are installed with SteamCMD on a Windows VPS. The...

How to create a start batch file for an ARK Survival Ascended server

A batch file lets you start your ARK Survival Ascended server with the same map, name, ports, and...

How to open Windows Firewall ports for an ARK Survival Ascended server

After installing ARK Survival Ascended on a Windows VPS, Windows Firewall must allow traffic to...

How to back up an ARK Survival Ascended server on a Windows VPS

We recommend keeping backups of your ARK Survival Ascended server so you have a restore point if...

How to restore an ARK Survival Ascended server backup on a Windows VPS

Restore an ARK Survival Ascended backup when you need to roll the server back after a bad config...