Connecting to the PBS server

Fill in the Target screen: repository address, datastore, API token and certificate fingerprint.

Last updated: May 18, 2026

The Target screen (key 2) defines the Proxmox Backup Server that backups will be sent to. It is the first thing to configure.

The fields

FieldPurpose
PBS server URLThe server address, for example https://pbs.example.com:8007.
Certificate fingerprintSHA-256 fingerprint of the server certificate, useful when the certificate is self-signed.
Auth IDAPI token identifier, in the form user@realm!token-name.
SecretThe secret tied to the API token.
DatastoreName of the destination datastore on the server.
NamespaceNamespace within the datastore. Optional.
Backup IDBackup identifier, defaults to the hostname. Optional.
Encryption keyPath to the key file used to encrypt backups. Optional; see Encryption.

Every field is validated before being saved: an invalid format is flagged right away.

The API token

Cloud-PBS TUI authenticates to the server with an API token, not a user password. The token is created on the PBS server (or from the Cloud-PBS dashboard) and is made of two parts: the Auth ID and the Secret.

The secret is shown only once, when the token is created. In the Target screen it is masked as you type.

Token permissions

The available operations depend on the privileges granted to the token on the datastore:

  • Datastore.Backup: allows writing backups.
  • Datastore.Read or Datastore.Audit: allow listing and restoring backups.

A token limited to Datastore.Backup can therefore send backups without being able to read them back. The Backups screen tests the permissions and clearly reports this case rather than failing without explanation.

Test the connection

Once the fields are filled in, the Test action checks that the server is reachable and that the token is accepted. Testing the target before going further avoids discovering a connection problem at backup time.

The configuration is saved automatically when you switch screens; see Configuration and files.

Next step

With the target defined, move on to selecting the sources.