Move a Minecraft Server From Oracle Cloud to a Paid VPS 2026

Published on

Simple migration guide for moving a Minecraft server from Oracle Cloud Free Tier to a paid Linux VPS without losing worlds, plugins or configs.

Written by Jochem, Infrastructure Engineer at Space-Node, 5-10 years experience in game server hosting, VPS infrastructure, and 24/7 streaming solutions. Read author bio →

Move a Minecraft Server From Oracle Cloud to a Paid VPS 2026

Oracle Cloud Minecraft server migration to paid VPS

Quick answer: Moving a Minecraft server from Oracle Cloud to a paid VPS is mostly backup, copy, install Java, then start the same server jar. The safest method is to stop the old server, create a compressed backup, upload it to the new VPS, then test before changing DNS or telling players.

This guide is for searches like Oracle free VPS Minecraft server, Oracle Cloud free tier VPS, move Minecraft server to VPS, and Oracle Cloud Minecraft alternative. Read our Oracle Free VPS review first if you are still deciding whether to stay.

Before You Move

Make one clean backup before touching anything. A half copied live world can corrupt data. Stop the server first, then copy the full server folder.

CheckWhy it matters
Minecraft versionThe new server must run the same version first
Java versionModern Minecraft and modpacks often need Java 21
World folder namesVanilla uses world, world_nether and world_the_end
Plugins or modsVersions must match the server jar
DatabaseClaims and economy plugins may use MySQL or SQLite
FirewallOpen the Minecraft port only after testing

If you use a panel, also download a panel backup if the host provides one.

Create a Backup on Oracle

Stop the Minecraft process before making the archive. This keeps region files and plugin databases in a clean state. If you use screen, tmux, systemd or a panel, stop it there first.

cd /home/minecraft
tar -czf minecraft-backup-2026-05-17.tar.gz server

If your server folder has a different name, replace server with that folder name. Keep the archive until the new server has been tested.

Upload to the New VPS

SFTP is the easiest method for beginners. Use FileZilla, WinSCP or the file manager in your hosting panel. Upload the archive into the new server user home folder.

If you prefer SSH, this works from your own computer:

scp minecraft-backup-2026-05-17.tar.gz user@new-server-ip:/home/user/

Then log into the new VPS and unpack it:

cd /home/user
tar -xzf minecraft-backup-2026-05-17.tar.gz

Do not delete the Oracle copy yet.

Install Java and Start Once

Start the server once before inviting players. This proves Java, permissions and file paths are correct. Most current modpacks need Java 21, while older versions may need Java 17 or Java 8.

On Ubuntu or Debian, Java 21 is usually installed like this:

sudo apt update
sudo apt install openjdk-21-jre-headless
java -version

Then start the server using your normal command. If it fails, read the first error in the console before changing settings.

Common Migration Problems

Most migration problems are small file or version mismatches. Fix one issue at a time and keep the original backup untouched.

SymptomLikely causeFix
Server starts with a new empty worldWrong working folderStart inside the copied server folder
Plugins resetMissing plugins or config folderUpload the full server folder again
Modpack crashesWrong Java versionMatch the modpack Java requirement
Players cannot joinFirewall or port closedOpen TCP 25565 or your custom port
Economy missingDatabase not movedExport and import MySQL or copy SQLite file

After the server is stable, lower view distance for the first hour if many players join at once.

When to Pick a Paid Host Instead of a Raw VPS

A raw VPS is flexible, but a Minecraft host is easier for beginners. If you do not want SSH, firewall rules or systemd services, use a panel based Minecraft plan instead.

You wantBetter choice
Full Linux controlPaid VPS
One click server startMinecraft hosting panel
Modpack supportMinecraft hosting panel or managed VPS
Several services on one machineVPS
Simple backups and restartsMinecraft hosting panel

Compare VPS hosting if you want Linux control, or Minecraft hosting if you want the easier panel path.

Jochem

About the Author

Jochem, Infrastructure Engineer at Space-Node, expert in game server hosting, VPS infrastructure, and 24/7 streaming solutions with 5-10 years experience.

Since 2023
500+ servers hosted
4.8/5 avg rating

I specialize in Minecraft, FiveM, Rust, and 24/7 streaming infrastructure, operating enterprise-grade AMD Ryzen 9 hardware in Netherlands datacenters.

View my full bio and credentials →

Start Your MC Server Now Today

Join content creators worldwide who trust our Minecraft infrastructure. Setup is instant and support is always available. Start from €0.90/mo (Dirt) or €2.70/mo (Coal) and go live in minutes.