How to host an Unturned server on a VDS/VPS, using a batch f

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
demoncatlord
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jul 03, 2012 6:19 pm

How to host an Unturned server on a VDS/VPS, using a batch f

Post by demoncatlord »

go to Steam\steamapps\common\Unturned

Create a new file, name it something like unturned_server.bat
Making sure the file type is a .bat batch file
Paste this in changing things to your liking.

Code: Select all

Unturned.exe -batchmode -nographics -pei/arena -easy/normal/hardcore/gold -sync/nosync -pve/pvp -port:25444 -players:## -pass:password -sv -Xmx1028M -Xms1028M
Example, mine is currently pve, on the pei map with the normal difficulty, nosync.
so mine looks like

Code: Select all

Unturned.exe -batchmode -nographics -pei -normal -nosync -pve -port:25444 -players:24 -pass:*hidden* -sv -Xmx1028M -Xms1028M
after that's all set, run it, and you should get a standard cmd window.

when you close it, it does not turn off the server.

to close the server you have to do it through task manager, and close unturned.exe from the processes tab.

Please note that NFO does not currently support the game, as it's still early access and not really stable.
Post Reply