Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Palworld – How to Migrate from Windows Server to Linux Server

Posted on 01/24/202401/24/2024 By NucBox 1 Comment on Palworld – How to Migrate from Windows Server to Linux Server
  • Title: Palworld
  • Release Date: January 19, 2024
  • Developer: Pocketpair
  • Publisher: Pocketpair

When you move save data from a Steam dedicated server to Linux SteamCMD, there’s a common issue where players might lose their data. I’ll explain a potential reason for this problem and provide steps to properly transfer the save data. Please note that this guide is not intended for transferring save data from a cooperative (coop) setup to a dedicated server.

Prerequisites

Before you proceed, make sure you have the following prerequisites in place:

  1. A Linux server with SteamCMD installed.
  2. The Palworld dedicated server must be properly installed on your Linux server.
  3. Ensure that you can successfully launch the server and join it without encountering any issues.

TL;DR

Here are the steps to transfer your save data from a Windows Palworld server to a Linux server with SteamCMD:

  1. Copy your save folder from ...\SteamLibrary\steamapps\common\PalServer\Pal\Saved\SaveGames\0\{YOUR_SAVE_ID} on Windows.
  2. Paste your save folder at .steam/SteamApps/common/PalServer/Pal/Saved/SaveGames/0/{YOUR_SAVE_ID}.
  3. Modify DedicatedServerName in .steam/SteamApps/common/PalServer/Pal/Saved/Config/LinuxServer/GameUserSettings.ini to your {YOUR_SAVE_ID}.
  4. Create a folder .steam/sdk64 using the command mkdir -p ~/.steam/sdk64.
  5. Copy .steam/steamcmd/linux64/steamclient.so to .steam/sdk64/steamclient.so.
  6. Modify (or create if not exist) the content of .steam/SteamApps/common/PalServer/Binaries/LinuxServer/steam_appid.txt to 1623730.
  7. Launch the server. If you see something like “Setting breakpad minidump AppID = xxxxxxx” in your server output, everything should be OK.

Cause of the Problem

The main issue lies in the difference in GUID (Globally Unique Identifier) between Linux and Windows platforms when players join a Palworld server. This discrepancy results in the server treating the player as a new one when transitioning between platforms. The root cause may be related to the Steam API and how Palworld generates GUIDs, although the exact mechanism remains speculative.

When a player joins a Palworld server, the server attempts to utilize the Steam API to acquire the player’s ID. Subsequently, it generates a GUID based on this ID. However, if the Steam API is unavailable, the server resorts to generating a GUID using other unidentified rules or values. On Windows, where the server is typically launched from Steam, the Steam API is consistently available and well-configured, leading to GUIDs based on the Steam ID. Conversely, on Linux, the presence of steamclient.so and steam_appid.txt is necessary to enable the Steam API. Without these configurations, the server generates GUIDs based on different, unknown criteria, resulting in disparities from those generated on Windows.

To verify this, you can set the AdminPassword in PalWorldSettings.ini, join a server, type /AdminPassword {YOUR_ADMIN_PWD} in the chat box to become an administrator, then press ESC. Your user ID will be displayed on the screen, revealing that the value differs between Linux and Windows for the same player.

If this guide did not answer your questions in mind, feel free to check our other guide on how to backup and transfer Palworld servers.

That's everything we are sharing today for this Palworld guide. This guide was originally created and written by NucBox. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Palworld

Post navigation

Previous Post: Undertale – Deleting and Resetting Genocide Files in Current Year
Next Post: Palworld – How to Backup and Transfer into a New Dedicated Server

Comment (1) on “Palworld – How to Migrate from Windows Server to Linux Server”

  1. 232 says:
    01/31/2024 at 11:14 AM

    すみません、質問なのですが5番目のコピーはLinux64のファイルに保存なのか
    .steamのファイルに保存なのか教えていただけないでしょうか

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Palworld
  • Release Date: January 19, 2024
  • Developer: Pocketpair
  • Publisher: Pocketpair

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme