How to Create a Hurtworld Dedicated Server Guide
		
		
		
		Jump to navigation
		Jump to search
		
Server Requirements
Windows 7, 8, 8.1, Server 2008, Server 2012 & 64-Bit
Quad core processor: 2 GHz
Memory: 4 GB RAM
Graphics: GeForce 460/Radeon HD 5850/Intel HD 4600 with at least 1024 MB video RAM
2 GB available space
Step 1 Gathering Game Server Files using SteamCMD
- Download the SteamCMD from here: steamCMD Download
 - Create a folder where you would like your Hurtworld game server to be.
 - Place the SteamCMD.exe file within that folder
 - Create a batch file named SteamCMD.bat within the same folder
 
- Place the following inside of the bat file
 - @echo off
 - steamcmd.exe +force_install_dir C:\servers\hurtworld +login anonymous +app_update 405100 validate +quit
 
- Make sure to change the path you want your server files to download to.
 - Save then run the bat file. Right click and run as administrator
 
Doing all of this will make the server files download.
Step 2: Setting up Your Hurtworld Dedicated Server
- Head into the folder where you downloaded the files
 - Right click on the host.bat file and edit it to look like
 
- Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername <color=#FF0000>SurvivalServers.com</color> HurtWorld;addadmin UID here " -logfile "gamelog.txt"
 
Save then run the bat file as admin