# Account Settings (/docs/panel-guides/account-settings)



Your account settings let you manage your login credentials, security options, and developer keys.

Changing Your Email [#changing-your-email]

1. Go to **Account** from the navigation menu
2. Enter your new email address
3. Enter your current password to confirm
4. Click **Update Email**

Changing Your Password [#changing-your-password]

1. Go to **Account** from the navigation menu
2. Enter your current password
3. Enter your new password and confirm it
4. Click **Update Password**

Two-Factor Authentication (2FA) [#two-factor-authentication-2fa]

Two-factor authentication adds an extra layer of security to your account.

Enabling 2FA [#enabling-2fa]

1. Go to **Account**
2. Click **Enable Two-Factor Authentication**
3. Scan the QR code with an authenticator app (Google Authenticator, Authy, etc.)
4. Enter the 6-digit code from your authenticator app
5. Click **Enable**

Disabling 2FA [#disabling-2fa]

1. Go to **Account**
2. Click **Disable Two-Factor Authentication**
3. 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]

API keys let you interact with the panel programmatically.

1. Go to **Account** → **API Credentials**
2. Click **Create API Key**
3. Enter a description for the key
4. Optionally restrict the key to specific IP addresses
5. 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]

SSH keys provide secure, password-free access to your server's files via SFTP.

Adding an SSH Key [#adding-an-ssh-key]

1. Go to **Account** → **SSH Keys**
2. Enter a name for your key
3. Paste your public SSH key
4. Click **Add**

Removing an SSH Key [#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 [#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 [#related-pages]

* **[Subusers](/docs/panel-guides/subusers)** — Managing access for other users on your servers
