Prerequisites
Before accessing HestiaCP, make sure you have:
- HestiaCP installed on your VPS
- Your server IP address
- Admin username and password
Method 1: Direct IP Access
Open your web browser and navigate to:
https://YOUR_SERVER_IP:8083Replace YOUR_SERVER_IP with your actual VPS IP address.
💡 The default port for HestiaCP is 8083.
Method 2: Access via Domain (If Configured)
If you have a domain pointing to your server:
https://control.yourdomain.com:8083Step 3: Accept SSL Warning
Since HestiaCP uses a self-signed certificate by default, your browser will show a security warning. Click "Advanced" then "Proceed to site".
Step 4: Log In
Enter your credentials:
- Username: admin (default)
- Password: The password shown during installation
Step 5: Change Default Password
After first login, click on your username in the top right corner, then "Change Password".
Troubleshooting
Cannot access the panel:
- Check if firewall allows port 8083:
ufw status - Check if HestiaCP is running:
systemctl status hestia - Check if port is listening:
ss -tulpn | grep 8083
Forgot password:
sudo /usr/local/hestia/bin/v-change-user-password admin✅ You are now logged into HestiaCP control panel!