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.
What is Suji?
Suji is a managed cloud for self-hostable open-source apps. You pick a VM size and a region, install one or more apps from the marketplace (OpenClaw, n8n, Ghost, NocoDB, Plausible, Wiki.js, …), and get a*.suji.fr HTTPS URL pointing at your app. We handle the VM, the OS, the storage, the tunnel, TLS certs, snapshots, and the billing.
Each tenant gets their own dedicated VM — no shared runtime, no noisy-neighbor effects.
Do I have to use OpenClaw?
No. OpenClaw is one of many apps in the marketplace. The platform itself is app-agnostic — you can run any of the cataloged apps, or use a Suji VM as a general-purpose Linux server.How am I billed?
Hourly, per-VM, from a prepaid credit balance. No subscriptions, no fixed monthly fee. New accounts get €5 of free trial credit with no card required. See Billing & credits for the full lifecycle.What apps are in the marketplace?
Today: OpenClaw, n8n, Ghost, NocoDB, Plausible, Wiki.js. Anyone can propose new apps via PR on suji-hq/suji-templates. See Marketplace overview.How is my data isolated?
- Dedicated VM per tenant — your apps share your VM but never share with other customers’ VMs.
- Encrypted disks at the storage layer.
- No shared filesystem between tenants.
- TLS-pinned control channel — Suji’s control plane reaches your VM only through a per-VM mutually-authenticated channel.
- Audit log records every change.
Where are VMs hosted?
EU data centers. You pick from:- Falkenstein, Germany
- Nuremberg, Germany
- Helsinki, Finland
Can I use my own domain?
Apps come with*.suji.fr HTTPS URLs out of the box. Custom-domain support is on the roadmap; for now you can CNAME a domain you own to your *.suji.fr URL and accept the certificate mismatch, or run a proxy on your end.
What AI providers does OpenClaw support?
Anthropic Claude and OpenAI GPT as the primary options. Other providers (Google Gemini, xAI Grok, Mistral, Groq, Cerebras, OpenRouter) can be configured through OpenClaw’s own settings. See the OpenClaw guide. This question is OpenClaw-specific — other apps in the marketplace have their own integration options.Can I install custom apps that aren’t in the marketplace?
The marketplace is the supported path. For ad-hoc installs you can SSH into your VM and rundocker compose directly — but those installs won’t show up in the dashboard’s app management, won’t get auto-renewed TLS, and won’t be in scope for support.
If there’s an app you’d like in the catalog, the fastest path is opening a PR on suji-templates.
What happens when my credit runs out?
What happens depends on whether auto-recharge is enabled.- Auto-recharge ON + card declined: the VM is paused (
suspended) and stays available for as long as your remaining credit covers the powered-off rate. Fix the card and click Resume to bring the VM back with the same disk, IP, and subdomain. - Auto-recharge OFF and balance hits €0: the VM is terminated. A cold snapshot is taken automatically and kept for 7 days — top up inside that window and restore from the snapshot to recover your data.
Can I export my data?
Yes:- Files: download anything from the Files tab or via SSH.
- Snapshots: full VM snapshots that you can keep indefinitely.
- App-specific: each app has its own export path (
pg_dump, OpenClaw config files, etc.). Use the per-app terminal to run them.
How do I get help?
- OpenClaw-specific bugs → openclaw/openclaw issues.
- Marketplace packaging → suji-hq/suji-templates issues.
- Suji platform → Support ticket from your dashboard.
- Sales / pricing / partnerships →
[email protected].