Account Settings
How to manage your email, password, two-factor authentication, API keys, and SSH keys.
Your account settings let you manage your login credentials, security options, and developer keys.
Changing Your Email
- Go to Account from the navigation menu
- Enter your new email address
- Enter your current password to confirm
- Click Update Email
Changing Your Password
- Go to Account from the navigation menu
- Enter your current password
- Enter your new password and confirm it
- Click Update Password
Two-Factor Authentication (2FA)
Two-factor authentication adds an extra layer of security to your account.
Enabling 2FA
- Go to Account
- Click Enable Two-Factor Authentication
- Scan the QR code with an authenticator app (Google Authenticator, Authy, etc.)
- Enter the 6-digit code from your authenticator app
- Click Enable
Disabling 2FA
- Go to Account
- Click Disable Two-Factor Authentication
- Enter a code from your authenticator app to confirm
⚠️ Warning: We strongly recommend keeping 2FA enabled. If someone gains access to your account, they could delete your servers.
API Keys
API keys let you interact with the panel programmatically.
- Go to Account → API Credentials
- Click Create API Key
- Enter a description for the key
- Optionally restrict the key to specific IP addresses
- Click Create
⚠️ Warning: Your API key is shown only once when created. Copy it immediately and store it securely. Treat API keys like passwords — never share them publicly.
To delete an API key, click the Delete button next to it.
SSH Keys
SSH keys provide secure, password-free access to your server's files via SFTP.
Adding an SSH Key
- Go to Account → SSH Keys
- Enter a name for your key
- Paste your public SSH key
- Click Add
Removing an SSH Key
Click Remove next to the key you want to delete.
💡 Tip: Using SSH keys for SFTP is more secure than password authentication and saves you from typing your password every time.
Activity Log
View a log of all actions performed on your account under Account → Activity. This includes logins, password changes, and other account events.
Related Pages
- Subusers — Managing access for other users on your servers
How is this guide?