Server fails to start
Server fails to start
Check the error log for the cause, then verify permissions and the startup script.If the process failed due to a permissions problem, restore ownership of the server directory:Verify that
start.sh is executable:Snapshot didn't run
Snapshot didn't run
Confirm the cron entry exists, then check whether it fired and what the last run produced.Verify the cron entry:Check the last run output:Verify cron fired at the expected time:
Datapack function not found (Unknown function poplock:alert)
Datapack function not found (Unknown function poplock:alert)
The pack format number in
pack.mcmeta does not match the running server version.Get the correct pack format number
Run the following command in the server console to identify the current version:
Rebuild the datapack
Update
pack.mcmeta with the matching pack format number for your Minecraft version.tmux socket permission error
tmux socket permission error
Reset the permissions on the tmux socket file:
Server won't stop gracefully during snapshot
Server won't stop gracefully during snapshot
The snapshot script automatically force-kills the server after 30 seconds if it does not stop on its own. No manual action is needed for a one-off occurrence.
If force-kills happen regularly, check available system memory. The server may be thrashing under load during the snapshot window.
A Minecraft server is already running (but it's not)
A Minecraft server is already running (but it's not)
This is caused by a zombie tmux session that outlived the server process.
serv start automatically detects and cleans up zombie sessions before starting. If you need to remove the session manually:Player count unavailable on serv status
Player count unavailable on serv status