Skip to main content

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.

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.

Prerequisites

  • A verified Suji account.
  • Credit balance > €0 — your trial credit covers this. Top up later from Billing in the dashboard.

Create the VM

1

Open New Instance

Dashboard sidebar → InstancesNew Instance.
2

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.
3

Pick a size

Pricing is per hour, charged from your credit balance. Indicative monthly figures assume the VM runs 24/7.
SizevCPURAMStorage≈ / month
Small24 GB40 GB€9.99
Medium48 GB80 GB€19.99
Large816 GB160 GB€39.99
XL1632 GB320 GB€79.99
You can resize later (see Resize).
4

Pick a region

All regions are EU.
  • Falkenstein, Germany (default)
  • Nuremberg, Germany
  • Helsinki, Finland
The region is fixed for the life of the VM. To change it, snapshot and restore into a new VM.
5

Create

Click Create Instance. Provisioning takes 60–120 seconds. Status moves from provisioningrunning.

What you get

When the VM lands on running:
  • A public IPv4 and IPv6 (Network tab in the instance detail page).
  • A Cloudflare Tunnel wired up — apps installed later get *.suji.fr HTTPS URLs automatically.
  • SSH access as the suji user (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

StatusMeaning
provisioningVM is being created
runningVM is online and healthy
stopping / stoppedYou stopped it — OS is powered off, but the cloud disk/IP stay reserved and the hourly bill continues. Destroy to stop paying.
starting / restartingComing back up
restoringMid-recovery from a snapshot
errorSomething went wrong — open Logs or contact support
deprovisioningBeing 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.