Skip to content

Dedicated Server

Kwadroke of "The Wired edited this page Jan 15, 2017 · 1 revision

In order to run a dedicated server, make sure that your firewall allows port 12010 UDP to the machine. If you are behind a router, use its port-forwarding to allow access to your server on the prementioned port. If you changed the serverport setting in ~/.coldestaz/autoexec.cfg then use that port instead.

In order to build the server, use ccmake to turn on BUILD_DEDICATED_SERVER and run make. If you have not yet run C:AZ, you will need to generated the ~/.coldestaz/autoexec.cfg file and set at least these lines:

set serveraddr localhost  
set servername @none@  
set serverport 12010  
set serverpwd password  
set serversync 1  

Clone this wiki locally