Nakroteck

Important

New Nakroteck billing portal is live

We have moved client billing accounts to the new Nakroteck billing portal. Use the same email address on your Nakroteck account to sign in. If you have not set your password yet, choose Forgot password on the login page. If you already reset your password and can log in, no further action is needed.
VPS Dedicated Server

Connecting to your VPS via SSH

VPS & Dedicated Servers 5 views 1 min read Updated 7 hours ago
Quick Answer

Log in to your VPS cloud server from macOS, Linux, or Windows using SSH.

Every Nakroteck VPS comes with full root access over SSH. Here is how to connect from any operating system.

Find your server details

Log in to the client area, click Services, and open the VPS. You will see:

  • IP address (something like 154.12.34.56).
  • Username: usually root.
  • Password: the one you set at checkout, or the one we emailed.

From macOS or Linux

Open a terminal and type:

ssh root@154.12.34.56

Accept the fingerprint the first time, then type your password. You are in.

From Windows 10 or 11

PowerShell includes SSH by default. Open PowerShell and use the same command:

ssh root@154.12.34.56

On older Windows versions, download PuTTY from putty.org and use the IP, port 22, and your password in the connection dialog.

Switch to SSH keys

Passwords are fine to start with, but SSH keys are safer and faster once you get used to them. Generate a key on your computer with ssh-keygen, then copy the public key to the server with ssh-copy-id. After that, disable password logins by editing /etc/ssh/sshd_config and setting PasswordAuthentication no.

Was this article helpful?
Still need help?

If this article did not solve it, open a support ticket and we will see which article you already checked.

Contact Support
Share
Email