Quickstart
DewaVPS Authentication services help you securely access and manage your cloud resources. This includes managing SSH keys for secure instance login and API keys for programmatic access to the DewaVPS platform.
Managing SSH Keys
SSH keys provide a secure, passwordless way to connect to your instances.
- Log in to your DewaVPS control panel.
- Navigate to the Authentication -> SSH Keys section.
- To add a new SSH key, click Create.
- Paste your public SSH key into the provided field and give it a recognizable name.
- Save the key. You can now select this key when creating or managing instances to enable secure SSH access.
Managing API Keys
API keys allow you to automate and integrate with the DewaVPS platform.
- In the control panel, go to the Authentication -> API Keys section.
- Click Create.
- Provide a name and set permissions or scopes as needed.
- Save the key securely — you will need it to authenticate API requests.
- Use this key in your applications or scripts to interact with DewaVPS services programmatically.