Advertisement
Guest User

Public Server

a guest
Feb 10th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. ** You will need to download Notepad++ from Google before you can fully complete the steps below **
  2.  
  3. To host a basic vanilla server, follow the steps below;
  4. 1) Close Unturned, open Steam, click on "Library", right click on "Unturned" and select "Properties"
  5. 2) A new window will appear, click on the "Local Files" tab, and then select "Browse Local Files"
  6. 3) Another new window will appear, this is your Unturned folder, go back a directory and copy the entire Unturned folder (my file path is C:\Program Files (x86)\Steam\steamapps\common\Unturned, so I navigate to C:\Program Files (x86)\Steam\steamapps\common\ and copy the entire Unturned directory)
  7. 4) Paste the Unturned folder somewhere you can locate (I put mine on the desktop)
  8. 5) Once the Unturned folder is done pasting, double click on it, find "Unturned.exe - Application", right click on it, and select "Create Shortcut"
  9. 6) Right click on the shortcut that was just created in the Unturned folder, and select "Properties"
  10. 6) A properties window will appear, in the white box, to the right of "Target", add " " around the existing text, and then add -nographics -batchmode +secureserver/servername
  11. (Example; "C:\Users\User\Desktop\Unturned\Unturned.exe" -nographics -batchmode +secureserver/Karma
  12. 7) Click Apply, and OK
  13. 8) Right click on your shortcut, and select "Rename" and type something you will remember, I use "Start Server"
  14. 9) Double click on the shortcut to start your server, a black command prompt will open and say something about "setting breakpad minidump", ignore this, and allow access to anything that pops up from your Windows Firewall, then close out of the black command prompt
  15. 10) Now, in the Unturned folder you've created your server in, navigate to the "Servers" folder, and then double click on the folder inside (its name depends on what you typed in step #6 after +secureserver/servername)
  16. 11) Inside this folder, double click the "Server" folder
  17. 12) You should see a few .dat files in here, named "adminlist, blacklist, commands, whitelist", right click on the commands.dat and select "Edit with Notepad++"
  18. 13) A new, empty, notepad window will appear, type in the following;
  19. name servername
  20. map PEI
  21. port 25444
  22. PvP
  23. perspective both
  24. maxplayers 21
  25. mode normal
  26. password test
  27.  
  28. *Make sure to change your servername to whatever you want people to see in the "Internet" list when searching for servers. You should be able to figure out those other settings. Keep the port 25444, just make sure you open that port in your modem/router when port forwarding*
  29.  
  30. 14) Save the commands.dat notepad file
  31. 15) Navigate back to your Unturned server folder, and double click the "Start server" shortcut you created earlier
  32.  
  33. ** Your server is now started, and people should be able to join if you opened the ports correctly in your modem/router **
  34.  
  35. To make yourself admin, join the server and type /admin name (Inside the command prompt/server console)
  36.  
  37. **ALWAYS make sure to type /save and /shutdown in the server console before you close!!**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement