Home / Servers / MINECRAFT VPS

Host a Minecraft server on a no-KYC VPS

Run a Vanilla, Paper, Fabric, or Forge server on a real VPS instead of fragile shared Minecraft hosts. Anonymous signup, no email required, no KYC. Pay with crypto or card, full root, no logs.

Deploy Minecraft VPS from $9.99 / month / 4 GB RAM minimum

Quick start: PaperMC server

Tested on Ubuntu 24. Pick a 4 GB+ plan, deploy, SSH in.
# 1. Install Java 21 (current Minecraft requires Java 21+)
apt update && apt install -y openjdk-21-jre-headless screen

# 2. Drop Paper in /opt/mc
useradd -m -d /opt/mc -s /bin/bash mc
cd /opt/mc
# Grab the latest Paper jar (replace with current version):
sudo -u mc curl -o paper.jar -L \
  https://api.papermc.io/v2/projects/paper/versions/1.21/builds/latest/downloads/paper-latest.jar

# 3. Accept EULA
sudo -u mc bash -c 'echo "eula=true" > eula.txt'

# 4. systemd service with sensible JVM flags (Aikar-style)
cat > /etc/systemd/system/minecraft.service <<'EOF'
[Unit]
Description=Minecraft Paper server
After=network.target

[Service]
User=mc
WorkingDirectory=/opt/mc
ExecStart=/usr/bin/java -Xms3G -Xmx3G -XX:+UseG1GC -jar paper.jar nogui
Restart=on-failure
RestartSec=10

[Install]
WantedBy=multi-user.target
EOF

systemctl enable --now minecraft
journalctl -fu minecraft   # tail logs

# 5. Open port 25565 in your firewall and connect with your VPS IP

Why a VPS beats shared Minecraft hosting

No "noisy neighbors" Shared MC hosts oversell CPU. Your TPS dies when the server next door spawns a creeper farm. A VPS gives you dedicated cores.
Full root, install anything Mods, plugins, custom JVM flags, Velocity proxy, dynmap, BungeeCord, anything. No "this plugin isn't supported" emails.
Run other things alongside Discord bot, web map, dynmap server, voice server (Mumble) all on the same box. One bill, full stack.
Snapshot your world rsync the world dir on a schedule. Easy rollbacks after grief or accidental TNT detonations.
7 locations for low ping US, CA, UK, FR, DE, NL, SG. Pick the one closest to most of your players. 1 Gbps unmetered ports.
Anonymous signup Some MC hosts demand ID verification. Servury does not. No email, no card on file, crypto-first checkout.

Fair questions

How much RAM do I need?

Vanilla up to 5 friends: 4 GB. Paper/Spigot with 10-20 players: 8 GB. Modded (Forge/Fabric, AT9, Create-heavy packs): 12-16 GB. Modpacks scale with mod count, not just player count. Always allocate ~75% of VPS RAM to the JVM, leave the rest for the OS.

Vanilla, Paper, Fabric, or Forge?

Vanilla: simplest, slow as Minecraft itself. Paper: optimized vanilla with Bukkit plugin support, the standard for SMP servers. Fabric/Forge: required for client-side mods. Velocity for proxying multiple servers behind one IP.

How do I get a custom domain?

Point an A record at your VPS IP (e.g. mc.yourdomain.com). Players connect with the domain. For port-not-25565 setups, add an SRV record pointing to the right port.

How do I back up the world?

rsync the worlds dir on a schedule (every hour for active servers). Or use a plugin like CoreProtect for in-game rollback. Always have backups before installing big mods.

Will I get DDoS'd?

Public Minecraft servers are common DDoS targets, especially during disputes. Servury includes basic DDoS protection. For larger servers, put a TCPShield-style proxy in front.

Can I sell ranks / accept donations?

Yes, that is your decision. Mojang's EULA limits what you can sell on a Minecraft server, read it before configuring shop plugins.

What about Bedrock / Geyser?

Geyser-Spigot lets Bedrock clients (mobile/console) connect to a Java edition Paper server. Runs as a Paper plugin, no extra VPS needed.

Does Servury log my server traffic?

No. No application-level logging on customer servers. Anonymous signup, crypto/card payment, no logs.

Other use cases

AnythingLLM VPS Self-host AnythingLLM to chat with your PDFs, codebases, and knowledge bases privately. Blackbox A VPS its operator cannot read: SEV-SNP encrypted memory, no guest agent, and a LUKS2 disk key only you hold. Coolify VPS Run Coolify on your own VPS to deploy apps, databases, and services with one click. A self-hosted Vercel/Heroku. CrewAI VPS Run multi-agent CrewAI workflows on your own VPS, 24/7, without Replit or notebook tabs open. Crypto VPS Anonymous VPS for crypto trading bots, nodes, and miners. Dev/Staging VPS Disposable dev and staging VPS, deployable in 30 seconds, paid by the day. Dify VPS Self-host Dify on a no-KYC VPS for private LLM apps and RAG pipelines. Discord Bot VPS Host Discord bots 24/7 on an anonymous VPS. discord.js, discord.py, JDA, anything. No KYC. Flowise VPS Self-host Flowise to build LLM apps, chatbots, and agents with a visual drag-and-drop UI. Forex VPS Low-latency VPS for forex trading and MT4/MT5 EAs. FreeBSD VPS Anonymous FreeBSD VPS on owned hardware, no KYC, crypto accepted. Gaming VPS Low-latency VPS for game servers and dedicated lobbies. Gitea / Forgejo VPS Self-host Gitea or Forgejo on a no-KYC VPS. A lightweight GitHub alternative with full Actions support. Hermes Agent VPS Self-host Hermes Agent 24/7 on a no-KYC VPS, anonymous signup, crypto accepted. Immich VPS Self-host Immich to replace Google Photos with AI search, face recognition, and mobile auto-upload. LibreChat VPS Self-host LibreChat on a no-KYC VPS as a private multi-provider chat UI. Mastodon VPS Run a self-hosted Mastodon instance on your own VPS. Federated, ad-free, no algorithmic feed. Matrix Synapse VPS Self-host a Matrix Synapse server. End-to-end encrypted, federated chat, voice, and video. n8n VPS Self-host n8n on a no-KYC VPS for unlimited workflows, no n8n Cloud bill. Nextcloud VPS Self-host Nextcloud to replace Google Drive, Docs, Photos, Calendar, and Contacts with one private suite. Ollama VPS Self-host Ollama on a no-KYC VPS for a private LLM API endpoint. Open WebUI VPS Self-host Open WebUI as a private ChatGPT alternative on a no-KYC VPS. OpenBSD VPS Anonymous OpenBSD 7.8 VPS with full root access on owned hardware. OpenClaw VPS Run an OpenClaw AI assistant gateway 24/7 on a no-KYC VPS. Pi-hole VPS Run Pi-hole on a VPS to block ads and trackers across every device, including phones on mobile data. Plausible Analytics VPS Self-host Plausible Analytics on your own VPS. Cookieless, GDPR-compliant Google Analytics alternative. Scraping VPS Web scraping VPS with no KYC, fast IP rotation, and crypto payments. Telegram Bot VPS Host Telegram bots 24/7 on an anonymous VPS. Long-poll or webhook. aiogram, Telegraf, anything. Tor Relay & Bridge VPS Run a Tor middle relay or obfs4 bridge on a privacy-friendly VPS. Help users in censored regions reach the open internet. Vaultwarden VPS Self-host Bitwarden (Vaultwarden) on a no-KYC VPS. Free Premium features, family-friendly, end-to-end encrypted. VPN VPS Self-hosted VPN VPS for personal WireGuard or OpenVPN endpoints. WireGuard VPS Self-host a WireGuard VPN on a dedicated VPS. Faster than commercial VPNs, no shared IP, no logs.