server-migration
It is possible to migrate an exising game server to LinuxGSM.
Install the LinuxGSM server of choice as normal.
Once installed there will be a vanilla install in
serverfilesBackup the serverfiles
mv serverfiles serverfilesbakcreate a new serverfiles directory
mkdir serverfilesCopy your existing server in to the empty serverfiles directory.
Ensure that the file structure matches that of
serverfilesbaki.e the executable, maps, etc. are in the same place.Ensure the correct user permissions are used
chown -r gameserver:gameserver serverfilesCopy the game server config to the new config file location found in
./gameserver detailsRun update to make sure you are up-to-date
./gameserver updateTest that the server works.
Once complete delete
serverfilesbak
Last updated
Was this helpful?

