Game Panel
Change Misc. Information
Miscellaneous settings such as API keys and SSH keys.
[Written By Wave | 3 Minute Read]
- Login to the SanoServers Control Panel
- Navigate to
Account Settings
by pressing the 3 dots next to your name on the bottom left of your screen. - Here, you will see four options in the sidebar. In this guide, we will discuss the two sections titled
API Credentials
andSSH Keys,
respectively.
API Credentials
API keys allow external systems (e.g., billing systems, monitoring tools, or custom dashboards) to interact with your servers.
- To add an API Key, simply head over to the tab titled
API Credentials
in the sidebar. - Next, just click on the button titled
Create a new API key
, this will open up a window titledCreate a new API key
. - Now simply just enter the description of your API key into the text field titled
Description
. This can be anything and has no direct correlation to your API key. - In the next field below, enter in the allowed IP addresses you want to be able to use your API key, this can be left blank, to allow any IP address to interact with your servers, but we recommend inputting only the IP addresses that are necessary.
- Now just press
Create
and your done!
You have now successfully added an API key to your account.
SSH Keys
SSH Keys allow users to access the full console of your server through an SSH client (eg. PuTTY, OpenSSH or MobaXterm).
- To add an SSH Key, simply head over to the tab titled
SSH Keys
in the sidebar. - Next, just click on the button titled
Create a new SSH key
, this will open up a window titledCreate a new SSH key
. - Now simply just enter the description of your SSH key into the text field titled
Description
. This can be anything and has no direct correlation to your SSH key. - Then enter your public SSH key into the field titled
Public Key
, this can be retrieved in your SSH client. - Now just press
Create
and your done!
You have now successfully added an SSH key to your account.
Was this page helpful?