Skip to content

Commit 793d104

Browse files
authored
Tweak: VPS - ARK ASA (#1612)
1 parent b36e45f commit 793d104

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

docs/vserver-windows-arksurvivalascended.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Ensure that you have the "Display file extensions" option enabled in your File E
6565

6666
Open the file using a text editor (such as Notepad++) and add the following contents within it:
6767
```
68-
start ArkAscendedServer.exe TheIsland_WP?listen?SessionName=[server_name]?ServerAdminPassword=[admin_password]?Port=7777?QueryPort=27015?MaxPlayers=[max_players] -NoBattlEye
68+
start ArkAscendedServer.exe TheIsland_WP?listen?SessionName=[server_name]Port=7777?QueryPort=27015?MaxPlayers=[max_players]?ServerAdminPassword=[admin_password]? -NoBattlEye
6969
exit
7070
```
7171

7272
Within this command, you should replace `[server_name]`, `[admin_password]` and `[max_players]` with what you wish.
7373

7474
If you also want to setup a password for regular people to be able to join, you can add `?ServerPassword=[join_password]` to the command in the file above. This would change it to:
7575
```
76-
start ArkAscendedServer.exe TheIsland_WP?listen?SessionName=[server_name]?ServerPassword=[join_password]?ServerAdminPassword=[admin_password]?Port=7777?QueryPort=27015?MaxPlayers=[max_players] -NoBattlEye
76+
start ArkAscendedServer.exe TheIsland_WP?listen?SessionName=[server_name]?ServerPassword=[join_password]?Port=7777?QueryPort=27015?MaxPlayers=[max_players]?ServerAdminPassword=[admin_password] -NoBattlEye
7777
exit
7878
```
7979

@@ -107,6 +107,10 @@ New-NetFirewallRule -DisplayName "ARKSA Server" -Direction Outbound -LocalPort 7
107107

108108
These commands will automatically create firewall rules which are necessary for your Ark: Survival Ascended server to be accessible to the public.
109109

110+
:::info
111+
If you encounter issues connecting or completing server initialization (ticking loop), it is recommended to add the ARK Survival Ascended application to the firewall as an exception.
112+
:::
113+
110114
</TabItem>
111115

112116
<TabItem value="windefender" label="Via Windows Defender">
@@ -120,7 +124,17 @@ You must create new rules for your Ark: Survival Ascended server. To do this, cl
120124
- UDP incoming and outgoing: 27015
121125
- UDP incoming and outgoing: 7777-7778
122126

123-
Please use our [Port Forwarding (Firewall)](vserver-windows-port.md) guide if you need further assistance doing this.
127+
Please use our [Port Forwarding (Firewall)](vserver-windows-port.md) guide if you need further assistance doing this.
128+
129+
:::info
130+
If you encounter issues connecting or completing server initialization (ticking loop), it is recommended to add the ARK Survival Ascended application to the firewall as an exception.
131+
:::
132+
133+
134+
135+
136+
137+
124138

125139
</TabItem>
126140
</Tabs>

0 commit comments

Comments
 (0)