Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
You can dockerize tool called LinuxGSM with parameters to download Project Zomboid, they also list all packages this tool needs so it should be easy. You can also use anonymous SteamCMD access directly to download Project Zomboid Dedicated Server, you can find it’s ID on steamdb. It has bash script to start server on Linux with default params. The only thing is that configuring server can be painful if you can’t mount volume, but shouldn’t be a big deal.
Or if you want DIY: https://linuxgsm.com/servers/pzserver/
https://developer.valvesoftware.com/wiki/SteamCMD
Following https://linuxgsm.com/servers/pzserver/ I was able to create an instance, configure my firewall and all seems fine.
But when I try to start the server I get an error:
`[26-12-21 17:32:50.518] LOG : General , 1640539970518> 4,567,356> 1640539970518 znet: Java_zombie_core_znet_SteamWorkshop_n_1Init.
[26-12-21 17:32:50.519] LOG : General , 1640539970519> 4,567,357> 1640539970519 znet: Java_zombie_core_znet_SteamGameServer_LogOnAnonymous.
[26-12-21 17:32:50.522] LOG : General , 1640539970520> 4,567,358> 1640539970520 znet: Java_zombie_core_znet_SteamGameServer_EnableHeartBeats.
[26-12-21 17:32:50.523] LOG : General , 1640539970522> 4,567,360> Waiting for response from Steam servers.
[26-12-21 17:32:50.625] LOG : General , 1640539970624> 4,567,462> 1640539970624 znet: OnSteamServersConnectFailure.
[26-12-21 17:32:50.626] LOG : General , 1640539970626> 4,567,464> Failed to connect to Steam servers.
[26-12-21 17:32:50.627] LOG : General , 1640539970627> 4,567,465> 1640539970627 znet: Java_zombie_core_znet_SteamUtils_n_1Shutdown.
`
Am I missing something on the config side?