Common Errors
Dashboard is not reachable
Section titled “Dashboard is not reachable”Check the service and bind address:
fabricator statussudo systemctl status fabricatorsudo journalctl -u fabricator -n 100If HOST=127.0.0.1, access it locally or through a reverse proxy. If HOST=0.0.0.0, verify firewall rules and the printed install URL.
Java version is too old
Section titled “Java version is too old”Fabricator checks the Minecraft version against the required Java version. Install the recommended managed runtime from the UI, or configure javaPath to a compatible JVM.
Do not use FABRICATOR_SKIP_JAVA_CHECK=1 in production.
Port already in use
Section titled “Port already in use”Each server needs a unique Minecraft port. Edit or recreate the server with a free server-port. Also check optional query/RCON ports.
Operation already running
Section titled “Operation already running”Fabricator serializes mutating operations per server. Wait for install, backup, restore, start, stop, settings save, or file write jobs to finish before starting another operation.
playit.gg agent failed
Section titled “playit.gg agent failed”Open Server → playit.gg and read the displayed error. Common fixes:
- Rerun the installer if
playitorplayit-cliis missing. - Use Reset if the saved playit secret was revoked or you want to claim a different account.
- Remove unused agents in the playit.gg dashboard if the account is at its free-agent limit.
- Create a playit tunnel whose local port matches the server’s Minecraft port when the agent is running but no public address appears.
Modpack fails to start
Section titled “Modpack fails to start”- Stop the server.
- Restore the backup you created before the modpack change, or remove the last installed files.
- Check Console logs for missing dependencies or wrong loader/Minecraft version.
- Reinstall a compatible Modrinth version.