Linux VPS Access via Public IP
Linux VPS Access via Public IP
Locate the VPS Public IP
The VPS public IP can be found by expanding the required node in the platform dashboard. The same address is also included in the Elastic VPS creation email.
Public IP Access from macOS, Linux, or BSD
Use any preferred SSH client. The source demonstrates the connection with OpenSSH from a terminal.
1Open a terminal
Start your terminal application on macOS, Linux, or BSD.
2Connect to the VPS
Run the SSH command using the login received after environment setup and the VPS public IP address.
ssh {userName}@{hostname}
root as the default.
During the first connection, the SSH client may ask you to confirm the server host key and add the VPS to the local list of known hosts. Confirm the connection, then provide the password from the VPS creation email.
After authentication completes, you can manage the VPS and apply the required operating-system or application configuration with full administrative permissions.
Public IP Access from Windows
On Windows, use any SSH client that supports direct SSH connections. The source uses PuTTY as an example.
1Enter the VPS address
Open PuTTY, select the session configuration, enter the Elastic VPS public IP into the Host Name (or IP address) field, and use SSH.
2Authenticate
When the console opens, enter the login and password supplied in the VPS after-creation email.
After successful authentication, the remote Linux VPS can be managed with full root permissions.
Connection and Security Notes
- Use the login and password supplied for the correct VPS node.
- Confirm that the public IP belongs to the intended VPS before connecting.
- The default Linux login shown by the source is
root. - You can use OpenSSH, PuTTY, or another compatible third-party SSH client.
- Direct public-IP access provides the same root-level administration capability as the platform SSH Gate.
ssh {userName}@{hostname} or a Windows SSH client such as PuTTY, authenticate with the VPS credentials, and then administer the Linux server with full root access.
