> For the complete documentation index, see [llms.txt](https://docs.linuxgsm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxgsm.com/other/server-migration.md).

# server-migration

It is possible to migrate an exising game server to LinuxGSM.

1. Install the LinuxGSM server of choice as normal.
2. Once installed there will be a vanilla install in `serverfiles`
3. Backup the serverfiles `mv serverfiles serverfilesbak`
4. create a new serverfiles directory `mkdir serverfiles`
5. Copy your existing server in to the empty serverfiles directory.
6. Ensure that the file structure matches that of `serverfilesbak` i.e the executable, maps, etc. are in the same place.
7. Ensure the correct user permissions are used `chown -r gameserver:gameserver serverfiles`
8. Copy the game server config to the new config file location found in `./gameserver details`
9. Run update to make sure you are up-to-date `./gameserver update`
10. Test that the server works.
11. Once complete delete `serverfilesbak`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxgsm.com/other/server-migration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
