Getting Started with Plesk
An overview of the Plesk control panel: how to navigate the dashboard, manage websites, domains, email, and databases on your GoZen VPS or dedicated server.
Plesk is a commercial web hosting control panel available on GoZen Host VPS and dedicated server plans. It provides a web-based interface for managing websites, domains, email accounts, databases, and server settings.
Accessing Plesk
After your VPS or dedicated server is provisioned with Plesk, you’ll receive login credentials via email. Access the panel at:
https://your-server-ip:8443
Or, once your domain points to the server:
https://yourdomain.com:8443
Log in with the admin credentials provided during setup.
Dashboard Overview
The Plesk dashboard shows you everything at a glance:
- Websites & Domains – your hosted sites, their status, and quick actions
- Mail – email accounts associated with your domains
- Databases – MySQL/MariaDB and PostgreSQL databases
- Files – the built-in file manager
- Statistics – disk, bandwidth, and resource usage
Managing Websites
Adding a Domain
- Click Add Domain from the dashboard
- Enter your domain name
- Choose whether to create a new webspace or add it as an alias/subdomain
- Set the document root (default is
/httpdocs/) - Click OK
Plesk will create the directory structure and basic configuration automatically.
File Management
You can manage files through:
- Plesk File Manager – web-based, accessible from the dashboard
- FTP – connect with an FTP client (FileZilla, Cyberduck) using the credentials from the FTP Access section
- SSH – if enabled, connect directly to the server
Installing WordPress
Plesk includes the WordPress Toolkit, which makes WordPress management simple:
- Go to WordPress in the left sidebar
- Click Install
- Choose your domain, set the admin username/password
- Click Install
The WordPress Toolkit also handles:
- One-click updates for core, themes, and plugins
- Staging environments (clone and test before pushing live)
- Security hardening with pre-configured rules
- Bulk management of multiple WordPress installations
SSL Certificates
Plesk supports free SSL via Let’s Encrypt:
- Go to Websites & Domains and click on your domain
- Click SSL/TLS Certificates
- Click Install next to Let’s Encrypt
- Check “Secure the domain” and optionally “Include www”
- Click Get it Free
The certificate auto-renews every 90 days.
Email Management
Creating Email Accounts
- Go to Mail from the dashboard
- Click Create Email Address
- Enter the username and password
- Set mailbox quota (optional)
- Click OK
Accessing Webmail
Users can access their email through Plesk’s built-in webmail at:
https://yourdomain.com/webmail
Or configure a desktop/mobile email client using:
- IMAP:
mail.yourdomain.com, port 993 (SSL) - SMTP:
mail.yourdomain.com, port 465 (SSL)
Database Management
Creating a Database
- Go to Databases from the dashboard
- Click Add Database
- Enter a database name, create a user with a password
- Click OK
phpMyAdmin Access
Click phpMyAdmin next to any database to open the database management interface.
Backups
Plesk has built-in backup tools:
- Go to Websites & Domains > Backup Manager
- Click Back Up to create a full backup
- Choose what to include (files, databases, mail)
- Store locally or upload to remote FTP/S3 storage
Schedule automatic backups from the same page.
Security
Firewall
Configure server firewall rules from Tools & Settings > Firewall.
Fail2Ban
Plesk includes Fail2Ban integration to block brute-force attacks:
- Go to Tools & Settings > IP Address Banning (Fail2Ban)
- Enable and configure the jails
Server Updates
Keep Plesk and system packages updated:
- Tools & Settings > Updates for Plesk updates
- Use
apt update && apt upgradevia SSH for OS-level packages
Plesk vs cPanel
| Feature | Plesk | cPanel |
|---|---|---|
| WordPress Toolkit | Built-in, full-featured | Limited (via WP Manager) |
| Windows support | Yes | No |
| Docker support | Yes (via extension) | No |
| Git integration | Built-in | Limited |
| Email interface | Built-in webmail | Roundcube/Horde |
| Price | Per-server license | Per-account pricing |
Useful Resources
Related Articles
Last updated 19 Apr 2026, 23:46 +0300.