Getting Started with nself Cloud
هذا المحتوى غير متوفر بلغتك بعد.
Getting Started with nself Cloud
Section titled “Getting Started with nself Cloud”This guide walks you from account creation to a running backend stack on Hetzner.
1. Create an Account
Section titled “1. Create an Account”Go to cloud.nself.org/signup.
You can sign up with:
- Email + password: a verification email is sent before your account activates
- Google: one click, no password needed
- GitHub: one click, no password needed
All accounts require confirming you are 13 or older (COPPA).
2. Choose a Plan
Section titled “2. Choose a Plan”After signup you are prompted to select a Cloud plan and connect a payment method via Stripe.
| Plan | Monthly | Servers | Plugins |
|---|---|---|---|
| Starter | $5 + infra | 1 | 31 free |
| Pro | $15 + infra | 3 | All pro |
| Elite | $29 + infra | 10 | All pro + email support |
Infrastructure cost is billed by Hetzner at their published rates (CX11 = ~€4.51/mo).
3. Provision a Server
Section titled “3. Provision a Server”From the dashboard, click Servers → New Server.
Fill in:
| Field | Notes |
|---|---|
| Name | Slug used in the dashboard (alphanumeric, hyphens) |
| Region | Hetzner datacenter, fsn1 (Germany), nbg1 (Germany), hel1 (Finland), ash (USA), hil (USA) |
| Server type | cx11 (2 vCPU, 2 GB, 20 GB) is the minimum; cx21 recommended for production |
| Plugins | Select plugin bundles to install at provision time |
Click Provision. The dashboard polls for status updates. Provisioning takes 3-8 minutes:
- Hetzner VM created
- DNS A record added to your domain
- SSH bootstrap runs: Docker installed, nself CLI installed
nself installruns with your chosen plugins- Let’s Encrypt certificate issued
- Health check confirmed green
4. Access Your Stack
Section titled “4. Access Your Stack”Once provisioned, your server appears in the dashboard with:
- Domain: the URL your Hasura GraphQL endpoint is reachable at
- Health: live status (healthy / degraded / down)
- Services: list of running containers
- Logs: tail the last 200 lines from any service
Your nself CLI can also manage the remote stack locally:
nself remote add myserver https://my-server.example.comnself remote use myservernself status5. Install Plugins After Provisioning
Section titled “5. Install Plugins After Provisioning”To add a plugin to a running server:
- Dashboard → Servers → select your server
- Click Plugins → Install Plugin
- Choose the plugin, tier is checked against your active license
- The dashboard triggers
nself plugin install <name>via the SSH bridge
Or from the CLI:
nself remote use myservernself plugin install aiNext Steps
Section titled “Next Steps”- Server Provisioning: advanced config: server types, custom domains, SSH keys
- Billing: invoices, metered usage, cancellation
- ɳTV Cloud MAX: activate the full media server