How To log Onto Your Self-Managed Server
If my PC/ Workstation is using Windows:
Leeann Morgan
Last Update 3 years ago
To access your server via SSH you need to have a Windows SSH client such as Putty installed on your workstation:
- Click on ‘Start’ and select ‘Run’
- In the command line type in putty -ssh root@[first usable IP] then hit ENTER
- Your username is “root”; you can then enter your root password
Option 2:
You can use Telnet to access your server from your command line:
- Click on ‘Start’ and select ‘Run’
- In the command line type: telnet hostname or telnet hostname: port (for a specific port)
- Your username is “root”; you can then enter your root password
If my PC/ Workstation is using Linux:
- Open a terminal
- SSH to the required IP address