{{.Success}}
{{end}}
{{if .Error}}{{.Error}}
{{end}}
Workers
Manage cloud worker instances on DigitalOcean or Hetzner Cloud
Cloud Provider Tokens
Configure API tokens for the cloud providers you want to use for worker provisioning.
Provision Worker
Your Workers
SSH Key Pair
{{if .SSHKeyExists}} Generated {{else}} Not Generated {{end}}The application SSH key pair is used to connect to provisioned workers. Download the private key to connect via SSH.
After downloading, set permissions:chmod 600 gmapspro_id_ed25519
Connect to a worker: ssh -p 2222 -i gmapspro_id_ed25519 root@<worker-ip>
{{else}}
No SSH key pair has been generated yet. A key pair will be automatically generated when you provision your first worker.
{{end}}