Prerequisites
Before accessing webmail, make sure you have:
- HestiaCP installed with email service enabled
- An email account created for your domain
- Your domain pointing to the server
Method 1: Via Domain Webmail URL
Open your browser and go to any of these URLs:
https://mail.yourdomain.com
https://webmail.yourdomain.com
https://yourdomain.com/webmail
Replace yourdomain.com with your actual domain.
Method 2: Via Server IP (Fallback)
https://YOUR_SERVER_IP:8083/webmail
Method 3: Via HestiaCP Login
- Log in to HestiaCP
https://YOUR_SERVER_IP:8083 - Go to MAIL section
- Click on your domain
- Click the Webmail icon next to your email account
Login to Webmail
Enter your credentials:
- Email Address: Full email address (e.g.,
info@example.com) - Password: Your email account password
Webmail Interface Features
HestiaCP typically includes Roundcube webmail with features:
- Read, send, and organize emails
- Address book / contacts
- Calendar (if enabled)
- Filters and folders
- Spam management
Troubleshooting Webmail Access
Cannot access webmail:
- Check if DNS has an A record for
mail.yourdomain.com - Check firewall:
ufw status(port 443 should be open) - Check if Roundcube is installed:
systemctl status roundcube - Check webmail logs:
tail -f /var/log/roundcube/errors.log
✅ You are now logged into your webmail!