Kick off a software project quickly.
Your complete backend in a single Go binary — database, realtime API, auth and admin UI in one command.
PocketBase is an open-source backend-as-a-service written in Go. It ships as a single executable: launch it and you instantly get an embedded SQLite database with automatic migrations, a realtime REST and WebSocket API, a full authentication system (email/password, OAuth2, OTP, magic link), file storage with image resizing, and a web-based admin dashboard.
Deployed on a ServOrbit VPS, PocketBase replaces an entire backend stack for prototypes, MVPs and production apps. No separate database server to manage, no ORM to configure, no auth library to wire up — one binary, one port, one volume to back up. Its OpenAI-friendly REST API and JavaScript SDK make it the go-to backend for solo developers and small teams who want to ship fast without managing infrastructure.
Launch a full backend API in 5 minutes. No separate database, no auth library, no config files — just one binary and you start building your frontend.
Replace Firebase or Supabase with a self-hosted alternative at a fixed monthly VPS cost. No per-row billing, no surprise invoices, full data ownership.
Wire your React, Vue, Flutter or React Native app to PocketBase via its JavaScript or Dart SDK. Realtime subscriptions update your UI instantly on every record change.
Guide optimized for ServOrbit Cloud VPS.
PocketBase is very frugal: 512 MB of RAM is enough to run it, and 2 GB gives comfortable headroom for real production use with file storage. One vCPU is fine in the vast majority of cases.
In your ServOrbit client area: Marketplace → Development → PocketBase → Deploy. The ghcr.io/muchobien/pocketbase:latest image starts in under a second, and all state — the SQLite database as well as the uploaded files — lives in the pocketbase volume mounted on /pb/pb_data.
The admin console is not created self-service, and that is good news: on first boot, PocketBase writes a single-use installation link into the container logs, of the form /_/#/pbinstal/<token>. Without that link and the token it carries, nobody can create the superuser account — so there is no default username and no default password to change. ServOrbit picks the link up for you and shows it on your app's card in the client area; you can also find it yourself with docker logs pocketbase. Open it, choose the e-mail address and the password of your superuser account, and the console is yours.
Once the superuser account has been created, the console is at https://<your-domain>/_/ if a domain is attached to the application. Without a domain there is no public address: open an SSH tunnel with ssh -L 8090:127.0.0.1:8090 root@<your-vps-ip> then go to http://localhost:8090/_/ — 8090 is the catalogue port, use the one shown on your app's card in the client area.
From the console, create your collections — the equivalent of tables — and their fields: text, number, relation, file, JSON, select list. Each collection carries its own read and write access rules, expressed as conditions: that is where you decide who sees what, rather than in your application's code.
Attach the domain that will carry your API from your client area: ServOrbit installs the nginx vhost and the TLS certificate, including for the WebSocket connections that realtime subscriptions rely on. There is no reverse proxy to install and no certificate to renew. All that is left is to point your SDK at https://<your-domain> and consume the API from your application.
Maintaining a project that uses PocketBase? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.
[](https://servorbit.com/vps-cloud?template=pocketbase&utm_source=deploy-badge&utm_medium=referral&utm_campaign=pocketbase)<a href="https://servorbit.com/vps-cloud?template=pocketbase&utm_source=deploy-badge&utm_medium=referral&utm_campaign=pocketbase"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy PocketBase on ServOrbit" height="40"></a>The button points to a VPS order with the template preselected. The image is served from servorbit.com — nothing to host on your side.
Your own GitHub, self-hosted in minutes. Full Git platform with CI/CD (Gitea Actions), package registry and team permissions — without usage-based billing.
Application Deployment & DevOpsDeploy your applications from Git in seconds. Self-hosted, with no vendor lock-in, and automatic SSL.
Automation & WorkflowsAutomate your workflows across applications without code. Over 400 integrations, 100% self-hosted on your VPS.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.