Updates, renaming, and reinstalling your server

5 min read

This article covers routine maintenance for your Palworld server on the EZ Game Host panel: keeping the game up to date, renaming your server (in the panel and in the in-game server browser), reading the info on the Settings page, and reinstalling the server as a last resort.

Updating Palworld

Your server updates itself through the Auto Update variable, which runs the update check every time the server starts.

  1. In the panel sidebar, open Startup.
  2. Under Server Variables, find Auto Update ({{AUTO_UPDATE}}). Its help text reads "Auto update the server on start." Make sure the toggle is on.
  3. Go to Console and click Restart (or Stop, then Start).

On boot, the server downloads any pending Palworld update before starting. That means updating is simply: Auto Update on + restart. There is no separate "update" button.

Tip
After a major game update, players must also update their own game clients to the matching version before they can join.

See Schedules if you want to restart the server automatically on a regular basis, and Backing up your server before applying big game updates.

Renaming your server

There are two different names, set in two different places:

NameWhere to change itWho sees it
Panel name (e.g. "Demopalworld")Settings > Server InformationOnly you and your subusers, in the panel
In-game name (e.g. "A Pterodactyl hosted Palworld Server")Startup > Server NamePlayers, in the Palworld server browser

Rename the server in the panel

  1. Open Settings in the sidebar.
  2. In the Server Information card, edit the Server Name field (and optionally the Server Description).
The Settings page showing Server Information

You can also give your server an icon in the panel using the image upload button in the top-right of the same card.

This only changes how the server is labeled inside the panel; it has no effect in-game.

Rename the server players see

  1. Open Startup in the sidebar.
  2. Under Server Variables, edit Server Name ({{SERVER_NAME}}).
  3. Restart the server from Console. Startup variable changes are applied on the next server start: a wrapper writes the value into PalWorldSettings.ini during boot, so editing that key directly in the file has no effect.

See Server settings and startup variables for the full list of startup variables.

Reading the Settings page

The Settings page also shows useful reference information:

  • Server UUID and Server ID: unique identifiers for your server (the short ID also appears in your panel URLs). Include these when contacting support.
  • Node Name: the host machine your server runs on (e.g. host-1.us-west-1).
  • Limits: your plan's resource allowances, covering CPU, Memory, Disk Space, Backups, Databases, and Allocations. For example, if Backups shows "No Backups", the create-backup button on the Backupspage is disabled with a "Backup Limit Reached" tooltip.

Reinstalling your server

Reinstalling is a recovery option for a badly broken install, not a routine action.

Warning
The panel warns: "Reinstalling your server will stop it, and then re-run the installation script that initially set it up." and "Some files may be deleted or modified during this process, please back up your data before continuing." Create a backup or download your save files first; see Backing up your server.
  1. Open Settings in the sidebar.
  2. Scroll to the Reinstall Server card at the bottom.
  3. Click the red Reinstall button.
The SFTP Information and Reinstall Server sections of the Settings page

The server stops and the installation script that initially set it up runs again. When it finishes, start the server again from Console.

Is my server booting correctly?

When you start the server, watch the log in Console. A healthy boot looks like this:

  1. The config wrapper finds and updates the live INI, ending with INI file updated successfully.
  2. Some Steam noise appears: lines like steamclient.so: cannot open shared object file followed by it loading from another path, and several [S_API FAIL] lines. These are normal for a Linux dedicated server and can be ignored.
  3. The game version is printed (e.g. Game version is v0.7.3.90464).
  4. The line Running Palworld dedicated server on :8211 means the server is up and accepting connections. The number after the colon is your server's port (shown on the Network page); 8211 is the Palworld default.

If you reach the "Running Palworld dedicated server" line, the server is healthy. Any join issues are more likely connection-related; see Connecting to your server.