After ordering your Proxmox Backup Server plan, you get a mail from us with:
- Server URL (something like
pbs01.xaweho.de:8007) - Username (typically
<your-customer-number>@pbs) - Password (initially assigned — please change it right after your first login)
- Datastore name (typically
<your-customer-number>) - Server fingerprint (a 65-character hex string — you’ll need it when setting up your Proxmox VE)
Don’t delete this mail — you’ll need the datastore and fingerprint again if you ever connect another Proxmox VE host to the datastore.
First login
Open the server URL in your browser. You’ll probably get a certificate warning first — that’s because PBS ships with a self-signed certificate by default. You can ignore it (you verify the identity during PVE setup via the fingerprint, not via the certificate), or we’ll install a Let’s Encrypt certificate on request — open a ticket and we’ll do it for you.
Log in with your credentials. You land on the dashboard.
What you see on the dashboard
The dashboard shows you:
- Datastore usage: one bar per datastore with used and free storage
- Subscription status: with us it says “No subscription” — that’s normal, we run PBS on our own infrastructure, you don’t need your own subscription
- Active Tasks: running operations (backups, verifications, garbage collection, sync jobs)
- Long-term tasks: tasks that take more than a few minutes — typically very large backup verifications
The left navigation
On the left you’ll find six areas:
Datastore
This is where most things happen. Click your datastore (e.g. <your-customer-number>) and you’ll see:
- Summary: usage, number of backup snapshots, latest verifications
- Content: list of all backup snapshots — grouped by VM ID. This is where you see what’s backed up for you.
- Prune & GC: configuration for prune jobs (clearing out old snapshots) and garbage collection (actually freeing up storage). More on that in the follow-up articles.
- Sync Jobs: if you want to mirror to another PBS — configured here.
- Verify Jobs: regular integrity checks of your backups.
- Options: notification settings, verification schedule, etc.
- Permissions: which users have access to the datastore (in your case: only you).
Sync, Tape, Backup Jobs (top left under Configuration)
- Backup Jobs: here you see PBS’s own backup tasks (such as PBS backing itself up). Empty in your case — backup jobs are configured in your Proxmox VE, not in the PBS.
- Sync Jobs: mirrors your datastore to another PBS — such as a second one with us, or to your home.
- Tape Backup: tape drives. Not available with us (we don’t run an LTO setup) — stays empty.
Configuration
- Access Control: user management, permissions, API tokens.
- Remotes: PBS-to-PBS connections (for sync jobs).
- Certificates: the PBS’s SSL certificate — you can look at it, normally you don’t touch it.
- Subscription: disabled with us.
Administration
- Server Status: CPU, RAM, disks — with us you see the server state but can’t perform any actions.
- Tasks: all tasks (running, completed, failed) — the most important place for troubleshooting.
- Notifications: mail notification recipients.
What you should do next
- Change your password: top right on your profile → Change Password. Replace the initial password with one you chose yourself.
- Set up mail notifications: so you get a mail when a backup fails — see Setting up email notifications.
- Add the datastore to your Proxmox VE — see Setting up the datastore as a backup target in Proxmox VE.
Frequently asked questions
What if I’ve forgotten my password? Open a ticket and we’ll reset it. You get a new initial password and change it again after logging in.
Can I create additional users? Yes, under Access Control → Users. Useful when you have several colleagues who should access the datastore — each with their own login. You set the permissions in the respective datastore.
Where do I see when the last backup ran? In the datastore under Content — the snapshot list with date/time. Or on the dashboard under Active Tasks / Long-term tasks, the latest tasks.
Why is “Subscription” set to “No subscription”? Because we run PBS on our own infrastructure and the subscription status is only relevant for end customers running their own server. With us, PBS works in full — you can ignore the warning.
What’s next
Setting up the datastore as a backup target in Proxmox VE
Add your xaweho PBS datastore to your Proxmox VE in a few clicks — via GUI or CLI, with fingerprint and login.
Creating an encryption key for PBS and storing it safely
Enable client-side encryption with AES-256-GCM. Generate the key, store it safely and register it in the PBS storage.
Running your first backup to the PBS — step by step
A manual test backup of a single VM to check that the datastore is connected correctly and everything works.
Configuring a backup job in Proxmox VE — schedule, retention, encryption
How to set up an automatic backup job that regularly sends your VMs and containers to the PBS.