A VM is a dedicated Linux machine that runs your apps. You can host one app on it, several apps on it, or use it as a general-purpose server. You pay per hour for the VM itself (from your credit balance). Apps don’t have a separate cost — they share the VM’s CPU/memory/storage.Documentation Index
Fetch the complete documentation index at: https://docs.suji.fr/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A verified Suji account.
- Credit balance > €0 — your trial credit covers this. Top up later from Billing in the dashboard.
Create the VM
Pick a name
Lower-case alphanumeric with hyphens, e.g.
prod-eu, my-vm. The name is internal — public URLs come from the apps you later install on this VM, not from the VM itself.Pick a size
Pricing is per hour, charged from your credit balance. Indicative monthly figures assume the VM runs 24/7.
You can resize later (see Resize).
| Size | vCPU | RAM | Storage | ≈ / month |
|---|---|---|---|---|
| Small | 2 | 4 GB | 40 GB | €9.99 |
| Medium | 4 | 8 GB | 80 GB | €19.99 |
| Large | 8 | 16 GB | 160 GB | €39.99 |
| XL | 16 | 32 GB | 320 GB | €79.99 |
Pick a region
All regions are EU.
- Falkenstein, Germany (default)
- Nuremberg, Germany
- Helsinki, Finland
What you get
When the VM lands onrunning:
- A public IPv4 and IPv6 (Network tab in the instance detail page).
- A Cloudflare Tunnel wired up — apps installed later get
*.suji.frHTTPS URLs automatically. - SSH access as the
sujiuser (find the key in Settings → SSH Keys before creation). - A web terminal in the dashboard if you don’t want to SSH.
- A firewall with sensible defaults (SSH open, everything else closed).
Instance states
| Status | Meaning |
|---|---|
provisioning | VM is being created |
running | VM is online and healthy |
stopping / stopped | You stopped it — OS is powered off, but the cloud disk/IP stay reserved and the hourly bill continues. Destroy to stop paying. |
starting / restarting | Coming back up |
restoring | Mid-recovery from a snapshot |
error | Something went wrong — open Logs or contact support |
deprovisioning | Being deleted |
Next
Install your first app
Pick an app from the marketplace and deploy it on the VM you just created.
VM management features
Terminal, files, logs, firewall, snapshots, resize.