← Knowledge base
Game Hosting7 min read · Updated July 2026

Preparing server files, modpacks, and resources for transfer

Build a clean, secure transfer package without exposing credentials or carrying unnecessary cache data.

OCS guidance

This article provides general preparation guidance. Final service recommendations depend on the actual software, data, licensing, integrations, and operating requirements involved.

01

Never upload the only copy

Create a separate transfer copy and retain an untouched local backup. A migration package should never become the sole remaining copy of a world, database, resource stack, or website.

02

Remove secrets and temporary data

Delete caches, crash dumps, temporary files, and unrelated old backups. Replace passwords, private keys, tokens, license keys, and database credentials with placeholders before sharing files for review.

03

Document versions and dependencies

Include the exact game version, framework, loader, plugin or mod dependencies, startup requirements, database engine, and external services. A clean manifest often prevents more migration problems than a larger archive.

04

Use the transfer method approved for the project

Public quote and contact forms are not file-upload systems. After a request is approved, OutlawCoreStudios will identify an appropriate private transfer method based on size, sensitivity, and service requirements.

Protect sensitive information

Never place passwords, private tokens, recovery codes, API keys, database credentials, or license keys into a public form or unverified message.

Continue reading

Related field notes.

Game Hosting5 min read

How to choose a starting RAM amount for a game server

A practical way to estimate memory without treating player count as the only performance factor.

Read article
FiveM6 min read

Preparing a FiveM server for migration

Organize resources, database exports, configuration files, and licensing details before a host move.

Read article
Minecraft5 min read

Moving a Minecraft world, plugin server, or modpack

What to collect before transferring an existing Minecraft environment to a new service.

Read article