Accessing via SSH

How to connect to your VPS or dedicated server over SSH.

Every Verone Cloud VPS and dedicated server has full root access, with no kernel or package restrictions.

Connecting

Use the IP assigned to your server, available in the Client Area:

ssh root@YOUR_IP

On your first connection, you'll use the password sent by email or set during provisioning. We recommend changing the password and setting up public key authentication right after.

SSH key authentication

ssh-copy-id root@YOUR_IP

After copying your public key, you can disable password authentication in sshd_config to reduce the attack surface.

Since unmanaged services are self-managed, configuring firewall rules, updates, and SSH hardening is the Client's responsibility. Verone's Anti-DDoS protection works at the network edge and doesn't replace these internal measures.

Common issues

  • Connection refused: confirm provisioning has finished in the Client Area.
  • Timeout: check whether a local or third-party firewall is blocking port 22.
  • Lost access: open a support ticket with your server's name — our team can assist via remote console when available for your plan.