File and migration preparation

Move the server, not the mess.

Prepare a clean transfer package with the correct versions, dependencies, saves, resources, and database exports—without exposing credentials or relying on the only copy.

Always do this

Keep a recovery path.

  • Create a clean copy of the files instead of uploading the only live copy.
  • Remove caches, temporary files, crash dumps, and unrelated historical backups.
  • Export databases separately and verify that the export opens correctly.
  • Record exact versions, frameworks, loaders, dependencies, and startup requirements.
  • Keep a local backup until the migrated service has been tested and approved.
Never include

Remove live secrets.

PasswordsAPI tokensprivate keysdatabase credentialslicense keys

Replace sensitive values with obvious placeholders. Secure credentials can be rotated and arranged later through an approved channel.

Game-specific manifests

Collect what the destination actually needs.

Use these lists as a starting manifest. The final transfer path depends on archive size, sensitivity, current provider access, and downtime restrictions.

MC
Transfer manifest

Minecraft

Collect

  • World and dimension folders
  • plugins or mods
  • config and scripts
  • server.properties and permissions
  • server-pack manifest or dependency list
ZIP archiveServer packSQL export when applicable

Include the exact Minecraft version and server software or mod loader. Client-only mods should not be mixed into a server pack unless the pack requires them.

Configure Minecraft hosting →
5M
Transfer manifest

FiveM

Collect

  • server-data and resources
  • server configuration
  • permission files
  • database export
  • dependency and external-integration list
ZIP archiveSQL exportPrivate repository after approval

Remove cache folders and never place Cfx.re keys, Tebex secrets, Discord tokens, or database passwords inside a public request.

Configure FiveM hosting →
RS
Transfer manifest

Rust

Collect

  • identity and save data
  • plugin folders
  • configuration files
  • map or seed details
  • wipe schedule notes
ZIP archivePlugin listConfiguration export

State the current map size, seed, plugin framework, and intended wipe behavior so the transfer can be staged responsibly.

Configure Rust hosting →
AK
Transfer manifest

ARK

Collect

  • saved world data
  • configuration files
  • mod identifiers
  • cluster data when used
  • map and version details
ZIP archiveMod ID listConfiguration export

Large save and cluster transfers may require a private transfer method arranged after review rather than an email attachment.

Configure ARK hosting →
PW
Transfer manifest

Palworld

Collect

  • world save
  • configuration
  • player and guild data
  • backup history notes
ZIP archiveConfiguration copy

Keep the original save untouched until player ownership, guild data, and world loading have been confirmed on the destination.

Configure Palworld hosting →
VH
Transfer manifest

Valheim

Collect

  • world database and FWL files
  • server configuration
  • mod list and configs
  • BepInEx profile when applicable
ZIP archiveMod profileConfiguration copy

The matching world database and FWL files should travel together. Document crossplay and mod requirements before testing.

Configure Valheim hosting →
C2
Transfer manifest

Counter-Strike 2

Collect

  • server configuration
  • maps and workshop IDs
  • plugins and dependencies
  • match or practice configs
  • logs or demo-retention requirements
ZIP archiveWorkshop listPlugin manifest

List workshop content and plugin dependencies separately so missing or retired items can be identified before launch.

Configure CS2 hosting →
Need migration review?

Describe the current host and the destination.

Include file size, database use, framework or loader, required versions, and any downtime restrictions. Do not include credentials.