Getting Started with Your ACBIZ VPS β€” First Login and Hardening

Connect via SSH, change root password, create a sudo user, and set up your firewall.

SSH Login

ssh root@YOUR_SERVER_IP -p 22

Credentials are in your welcome email. Change root password immediately.

Security Hardening

  1. passwd β€” change root password
  2. adduser yourusername && usermod -aG sudo yourusername
  3. Edit /etc/ssh/sshd_config β†’ set PermitRootLogin no
  4. ufw allow 22 && ufw enable

Install Control Panel (Optional)

Contact support to add cPanel/WHM GUI. Or install Webmin for lightweight management.

Was this article helpful?

Still need help?

If this article didn't fully answer your question, our support team is available 24/7.

Submit a Support Ticket Search FAQs
Back to VPS & Dedicated Servers All Articles