All systems operational Amsterdam · Paris · Reykjavík +5 Pay with Cryptocurrency
Documentation

Everything from token to root.

Practical guides for deploying, connecting to and running your offshore VPS — paid in crypto, no KYC, with Fenrir on watch. Pick a topic and go.

Fenrir, the VPSCrypto wolf, beside a glowing documentation panel // Fenrir — your guide on the network
01 — Getting started

From sign-up to a running server.

VPSCrypto is token-only and prepaid: there are no emails or passwords to manage, and servers are billed from a balance you top up in cryptocurrency. Three steps and you have root.

  1. Create your account

    Open the client area and choose Create account. We generate one secret access token — that single token is your account.

  2. Top up your balance

    In Top up, pick an amount (from $25), choose a coin and send the on-chain payment. Your balance credits automatically once the transaction confirms.

  3. Deploy a VPS

    Go to Servers, open the configurator, pick a plan, location and OS, set a root password and place the order. Your server provisions in about a minute.

Save your token the moment it appears. It is shown once and cannot be recovered — only rotated. Store it in a password manager; anyone who holds it controls your account.

Plans run from Pup (1 vCPU / 1 GB / 25 GB NVMe) all the way up to Fenrir (16 vCPU / 64 GB / 800 GB), across 8 locations. Every tier is all-NVMe with unlimited traffic — compare them on the pricing page.

02 — Connect via SSH

Open a shell on your server.

Once a server is active, its card in Servers shows the IP address, the fixed root username and a reveal/copy control for the root password you set at order time. Connect from your terminal:

bash
ssh root@<your-server-ip>

Enter the root password when prompted. We strongly recommend switching to key-based auth and a non-root user on first login:

bash
# create an admin user and add it to sudo
adduser wolf
usermod -aG sudo wolf

# from your own machine, copy your public key
ssh-copy-id wolf@<your-server-ip>

Then harden the SSH daemon — disable password logins and direct root access:

bash
# /etc/ssh/sshd_config
PermitRootLogin prohibit-password
PasswordAuthentication no

# apply
systemctl restart ssh

Every server ships with a dedicated clean IPv4 plus a routed IPv6 /64 block. Use the IPv6 prefix freely for per-service addressing.

03 — Manage your server

Reinstall, resize and relocate.

Reinstall the OS

Rebuild any server from our template library at any time — a reinstall wipes the disk and lays down a fresh image in seconds. Available templates:

Debian 12
Debian 13
Ubuntu 24.04 LTS
Ubuntu 22.04 LTS
AlmaLinux 9
Rocky Linux 9
Fedora 40
Alpine 3.21
Arch Linux
FreeBSD 14

Resize as you grow

Scale CPU, RAM and NVMe by moving up a tier; the price difference is charged from your balance pro-rata. Disk grows online — no reinstall needed for an upgrade.

Console & recovery

Locked yourself out? Use the out-of-band console from the server card to reach the machine even when networking or SSH is down, then fix the config and reconnect.

Backups are your responsibility. A reinstall is destructive and there is no undo — snapshot or copy anything important off-box first.

04 — Networking & clean IPs

A network that stays off blocklists.

Our clean-IP reputation is shared by every customer, so the network is engineered to keep it that way:

  • Clean IPv4, screened before assignment — vetted ranges checked against Spamhaus and 100+ DNSBLs, no recycled "burned" subnets, risk-segmented pools so one bad neighbour never burns yours.
  • IPv6 /64 included — a full routed block on every server.
  • Custom rDNS on request — set PTR records for mail and service hostnames from the client area.
  • 1 Tbps+ DDoS mitigation — always-on volumetric filtering on every plan and location, with optional L7 scrubbing.
  • 1 Gbps port, unlimited traffic — no metering, no overage invoices.

Keep it clean: outbound spam, port scanning and sourcing attacks are not allowed and put the shared pool at risk — see the Acceptable Use Policy.

05 — Billing & payments

Prepaid, in crypto, no card ever.

You fund a prepaid balance and servers draw from it on a monthly or annual cycle. Payment is on-chain only — we never see a card or bank detail. Supported coins:

Bitcoin Monero Ethereum USDT Litecoin
  • Top up any time from the Top up panel — pick an amount, send the invoice, balance credits on confirmation.
  • Monthly or annual — annual billing gives you 2 months free on every plan.
  • Track everything — top-up credits and server charges are listed in the Billing panel.

Crypto settlement is irreversible, so top-ups are non-refundable except where required by law. Unpaid servers are suspended and then reclaimed after a short grace period.

06 — Security & 2FA

Guard the one key to your account.

Access is a single secret token. We store only a hash of it — it cannot be read back by anyone, including us. Treat it like a root password.

  • Rotate your token — from Security, generate a new token whenever you suspect exposure. The old one is invalidated instantly and the new one is shown once.
  • Enable two-factor auth — add a TOTP authenticator (scan the QR, confirm a 6-digit code). Sign-in then asks for both your token and the code.
  • Session safety — the client area uses a single httponly, secure, same-site cookie. No tracking, no third-party analytics.

Lost your token and don't have 2FA recovery? It cannot be restored — the token is the account. Keep a copy in a password manager.

07 — Deploy API

Programmatic deploys. Preview

A token-scoped REST API for creating, reinstalling and destroying servers is in active development. The shape below is a preview of what's coming — endpoints and fields may still change before launch.

http
# preview — not yet live
POST https://vpscrypto.io/api/v1/servers
Authorization: Bearer <your-api-token>
Content-Type: application/json

{
  "plan": "hunter",
  "location": "nl",
  "os": "debian-13",
  "hostname": "edge-01"
}

Want early access? Ask from your client area and we'll loop you in when the preview opens.

08 — Get help

Reach a human.

Can't find it here? Open a request from your client area — that's the fastest route to support. For quick answers, the FAQ covers Monero, no-KYC, clean IPs and deploy times. Live platform state is always shown in the status strip at the top of every page.

Ready when you are.

Generate a token, top up in Monero or Bitcoin and deploy a clean-IP offshore VPS in under a minute.

Fenrir on guard