Initial Login
Logging in to your newly deployed SSD VPS
You first need to retrieve the login credentials. This can be achieved in two ways, either via the Console or by using the API.
-
The login credentials can be found on the Server Information tab of the VPS. Navigate to: Service -> SSD VPS
-
Click the FQDN/Hostname of the server you wish to access. Note the: Username, Password and Public IP address
Get a list of VPS servers
curl --request GET \ --url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/servers \ --header 'Accept: application/json' \ --header 'X-Api-Token: API_KEY'
Get server details for a VPS server
curl --request GET \ --url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/locations/{location_id}/servers/{server_id} \ --header 'Accept: application/json' \ --header 'X-Api-Token: API_KEY'
Using the credentials provided above, connect to your VPS based on it’s operating system:
- CentOS, Debian, Ubuntu, and Rocky Linux: Use an SSH client (e.g., Terminal or PuTTY).
- Windows: Use a Remote Desktop client (e.g., Microsoft Remote Desktop).
Choose your preferred client and enter your VPS login details to connect.