SSH Login
ssh root@YOUR_SERVER_IP -p 22
Credentials are in your welcome email. Change root password immediately.
Security Hardening
passwdβ change root passwordadduser yourusername && usermod -aG sudo yourusername- Edit
/etc/ssh/sshd_configβ setPermitRootLogin no ufw allow 22 && ufw enable
Install Control Panel (Optional)
Contact support to add cPanel/WHM GUI. Or install Webmin for lightweight management.