harrytp9 0 Posted December 11, 2022 Hi guys im making a dayz server for me and my friends and its not on the list so they cant join how do i fix this? Start file: @echo off :start ::Server name set serverName= Harrys DayZ server ::Server files location set serverLocation="F:\SteamLibrary\steamapps\common\DayZServer" set BECLocation="F:\SteamLibrary\steamapps\common\DayZServer\battleye" ::Server Port set serverPort=2305 ::Server config set serverConfig=serverDZ.cfg ::Logical CPU cores to use (Equal or less than available) set serverCPU=2 ::Sets title for terminal (DONT edit) title %serverName% batch ::DayZServer location (DONT edit) cd "%serverLocation%" echo (%time%) %serverName% started. ::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=) start "DayZ Server" /min "DayZServer_x64.exe" -config=%serverConfig% -port=%serverPort% "-mod=" -cpuCount=%serverCPU% -dologs -adminlog -netlog -freezecheck ::Time in seconds before kill server process (14400 = 4 hours) timeout 56700 taskkill /im DayZServer_x64.exe /F ::Time in seconds to wait before.. timeout 10 ::Go back to the top and repeat the whole cycle again goto start Share this post Link to post Share on other sites
SoloDolo0499 0 Posted December 29, 2023 having same issue, looks like no one ever checks these forums. Share this post Link to post Share on other sites
Sid Debian 150 Posted December 29, 2023 On 12/11/2022 at 6:45 PM, harrytp9 said: Hi guys im making a dayz server for me and my friends and its not on the list so they cant join how do i fix this? Start file: @echo off :start ::Server name set serverName= Harrys DayZ server ::Server files location set serverLocation="F:\SteamLibrary\steamapps\common\DayZServer" set BECLocation="F:\SteamLibrary\steamapps\common\DayZServer\battleye" ::Server Port set serverPort=2305 ::Server config set serverConfig=serverDZ.cfg ::Logical CPU cores to use (Equal or less than available) set serverCPU=2 ::Sets title for terminal (DONT edit) title %serverName% batch ::DayZServer location (DONT edit) cd "%serverLocation%" echo (%time%) %serverName% started. ::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=) start "DayZ Server" /min "DayZServer_x64.exe" -config=%serverConfig% -port=%serverPort% "-mod=" -cpuCount=%serverCPU% -dologs -adminlog -netlog -freezecheck ::Time in seconds before kill server process (14400 = 4 hours) timeout 56700 taskkill /im DayZServer_x64.exe /F ::Time in seconds to wait before.. timeout 10 ::Go back to the top and repeat the whole cycle again goto start "-mod=" - remove away! Secondary - it's a staring bullsh*t. You had show nothing to get the idea why your server is wrong configured. Share this post Link to post Share on other sites