Prerequisites
Before connecting, make sure you have your server IP, username (usually root), and the password sent to your email.
Connecting from Linux / Mac
Open your terminal and run:
ssh root@YOUR_SERVER_IPEnter your password when prompted.
Connecting from Windows
Download and install PuTTY. Enter your server IP in the Host Name field, select SSH, and click Open.
First Login Tips
- Change your root password immediately:
passwd - Update your system:
apt update && apt upgrade -y - Consider setting up SSH key authentication for better security.