Getting Started with Plesk โ
Plesk is a web hosting control panel that runs on both Linux and Windows servers. It covers website management, email, databases, DNS, and security in one interface. This guide covers how to access Plesk, the key sections of the dashboard, and how to add your first domain.
Logging into Plesk โ
Plesk runs on port 8443 (HTTPS) or 8880 (HTTP):
https://YOUR_SERVER_IP:8443Log in with the admin username and the password from your RemarkableCloud server welcome email.
https://plesk.yourdomain.com:8443. This avoids the self-signed certificate warning and is easier to share with clients. Dashboard overview โ
The Plesk dashboard is organized into three main sections:
Websites & Domains โ all subscriptions (domains) hosted on the server. Each subscription is a container that holds one or more domains with their files, email, databases, and settings.
Customers โ client accounts. Each customer can own one or more subscriptions. Customers log into their own Plesk view and only see their own websites.
Resellers โ accounts that can create their own customers and subscriptions. Useful for hosting agencies managing multiple end clients.
First-time setup checklist โ
- Change the admin password โ go to top-right menu โ Edit Profile โ set a strong password.
- Set your hostname โ go to Tools & Settings โ General Settings โ Server Hostname and enter your server's FQDN.
- Configure default nameservers โ go to Tools & Settings โ DNS Settings and set your primary and secondary nameservers.
- Create a service plan โ go to Service Plans โ Add a Plan. Plans define resources (disk, bandwidth, mailboxes, databases) for each subscription.
- Add your first domain โ see the section below.
- Enable SSL for Plesk itself โ go to Tools & Settings โ SSL/TLS Certificates and install a Let's Encrypt certificate for the Plesk hostname.
Adding your first domain โ
- Go to Websites & Domains โ Add Domain.
- Enter the domain name. Choose whether this is a new subscription or to add it to an existing one.
- Select a hosting plan.
- Set up a system user โ Plesk creates a dedicated Linux user for the subscription, which isolates its files from other subscriptions.
- Click OK. Plesk creates the document root at
/var/www/vhosts/yourdomain.com/httpdocs, configures Apache/Nginx, and sets up the DNS zone.
Key sections of the domain view โ
Once you open a domain's subscription, the key sections are:
| Section | What you do there |
|---|---|
| Files | File manager, FTP access |
| Databases | Create MySQL/PostgreSQL databases |
| Create mailboxes, aliases, mailing lists | |
| DNS | Edit the DNS zone |
| SSL/TLS | Install certificates, enable Let's Encrypt |
| PHP | Switch PHP version, edit php.ini |
| WordPress | WordPress Toolkit โ install, update, clone WP sites |
| Backups | Schedule and download backups |
| Statistics | Traffic and resource usage |
WordPress Toolkit โ
Plesk includes WordPress Toolkit โ a dedicated WordPress manager. From the toolkit you can:
- Install fresh WordPress in one click
- Clone a production site to staging
- Push staging changes to production
- Run security scans on all WordPress installations
- Update WordPress core, themes, and plugins across all sites at once
- Enable automatic updates
Access it from Websites & Domains โ WordPress.
PHP version management โ
Plesk uses PHP-FPM and supports multiple PHP versions simultaneously:
- Open the subscription โ PHP
- Select your PHP version from the dropdown
- Under Additional configuration directives, override specific
php.inivalues - Click OK โ changes apply immediately
Email setup โ
To create email accounts for a domain:
- Open the subscription โ Mail โ Create Email Address
- Enter the local part (e.g.
hello), set a password and storage quota - Click OK
Webmail is accessible at:
https://webmail.yourdomain.comOr from the Plesk dashboard โ Mail โ Webmail.
Managing customers โ
Customers are end-user accounts that own subscriptions. To create a customer:
- Go to Customers โ Add New Customer
- Fill in contact info and set a password
- Assign a subscription (domain) or create one for them
- Click OK โ the customer receives a login invitation
Customers log into Plesk with their own credentials and see only their own subscriptions.
Backup and restore โ
Plesk has built-in backup functionality under Tools & Settings โ Backup Manager:
- Full backup โ all subscriptions, databases, mail, and settings
- Subscription backup โ individual domain backup
- Schedule automated backups to local storage or FTP/SFTP/S3
Common Plesk URLs โ
| URL | What it is |
|---|---|
https://yourip:8443 | Plesk admin login |
https://webmail.yourdomain.com | Webmail for hosted domains |
https://yourdomain.com:8443 | Plesk login via domain |
ftp://yourdomain.com | FTP access for files |

