Jump to content
  • 0

Linux Server


deftor

Question

Hi,

at first: sorry for my bad english, not my native language. ;)

 

My problem:

 

I tried to host a PZ-Server on an external linux (Ubuntu) server, but it doesn’t work.

 

After installing all the stuff, using the explained steps in the steam help-threat https://steamcommunity.com/app/108600/discussions/0/517142892048933346/ , I prompt the command “bash start-server.sh” in the command window and all seems to be ok.

 

But when I tried to connect to the server , the server is not responding.

 

Ports 16261/udp|16262:16272/tcp|8766/tcp|8766/udp  on my PC are open, I’ve tried it with Port Forward Network Utility.

I have only the “examplemod” folder in “mods”.

 

So, what’s wrong? Need help…^^

 

Server-concole.txt attached

 

Thx

deftor

server-console.txt

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi


First of all :

Turn on Steam support. Default configuration have it disabled  (WHY!!!!?!?!?!?!)

 

look at you'r server-console: 

start of file 

1504993192827 Loading ZNetNoSteam64...

 

End of file:
*** SERVER STARTED ****
*** Steam is not enabled
This means only users with "-nosteam" parameter in game client startup line can connect. 

Just find in server-start.sh something like this Dzomboid.steam=0 and change 0 to 1 

Example : 
...cut....        -Dzomboid.steam=1 -Dzomboid.znetlog=1 ...cut.... 
if you have server-start.ini opened, dont be shy to change default     -Xms2048m and  -Xmx2048m  to 

about 70-75% of server memory (8 gb min recommended) 

example: 
    -Xms4096m  
    -Xmx4096m
 


Second - try to connect localy (using local IP of server,usualy    192.168.xxx.xxx or 10.xxx.xxx.xxx ) 

 

Posting  here server    .ini file WITHOUT PASSWORDS realy helps to troubleshoot problem

 

 

 

 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...