Getting Started with RemarkablePanel
A complete introduction to RemarkablePanel: RemarkableCloud's hosted control panel built on Enhance. Create websites, manage email, configure DNS, and set up resellers from one dashboard.
RemarkablePanel is RemarkableCloud’s own hosted control panel, built on the Enhance platform. Unlike cPanel or DirectAdmin which run on your server, RemarkablePanel runs on RemarkableCloud’s shared infrastructure: meaning it consumes none of your Cloud Cube’s RAM or CPU. Your server resources stay entirely free for your websites and applications.
What RemarkablePanel does
| Feature | Details |
|---|---|
| Website hosting | Create and manage websites, addon domains, subdomains |
| Email hosting | Mailboxes, aliases, forwarders, spam filtering |
| DNS management | Full zone editor, A, CNAME, MX, TXT, and more |
| SSL certificates | Auto-provisioned Let’s Encrypt, renews automatically |
| PHP configuration | Per-site PHP version and INI settings |
| FTP / SFTP | Create FTP accounts per site |
| Databases | MySQL/MariaDB databases and users |
| Multi-server cluster | Manage websites across multiple Cloud Cubes from one panel |
| Reseller accounts | Create resellers who can manage their own clients |
| White-label | Your own domain and branding, invisible to your clients |
Logging into RemarkablePanel
Your RemarkablePanel URL is provided in your Cloud Cube welcome email. It typically follows the pattern:
https://panel.yourdomain.com
Log in with the admin credentials from your welcome email.
Dashboard overview
After logging in you land on the main dashboard showing:
- Websites: total sites hosted, recent activity
- Email: mailbox count and storage usage
- Domains: all domains managed in the panel
- Server resources: overview of connected Cloud Cubes
- Recent events: SSL renewals, provisioning activity, alerts
The left navigation gives you access to every section. The search bar at the top lets you find any website, domain, or user instantly.
Creating your first website
yourdomain.com). The domain must be pointed at your server's IP before the site can go live, but you can create it now and configure DNS later.Managing email
Creating a mailbox
hello for hello@yourdomain.com), set a password, and configure the storage quota.Your client can then connect using any IMAP/SMTP mail client:
| Setting | Value |
|---|---|
| IMAP server | Your server hostname |
| IMAP port | 993 (SSL) |
| SMTP server | Your server hostname |
| SMTP port | 587 (STARTTLS) or 465 (SSL) |
Webmail
RemarkablePanel includes built-in webmail. Access it at:
https://webmail.yourdomain.com
DNS management
RemarkablePanel includes a full DNS zone editor. Go to Domains → yourdomain.com → DNS.
Common records you’ll manage:
| Record type | Common use |
|---|---|
| A | Point domain or subdomain to an IP address |
| CNAME | Alias one domain to another |
| MX | Mail server routing |
| TXT | SPF, DKIM, DMARC, domain verification |
| NS | Nameserver delegation |
PHP configuration
RemarkablePanel lets you set PHP version and custom INI values per website:
- Open the website → PHP
- Select your PHP version (8.1, 8.2, 8.3 available)
- Under PHP Settings, override individual
php.inivalues:memory_limit,upload_max_filesize,max_execution_time, etc. - Save: changes apply immediately, no server restart needed
Subscription plans (resource limits)
Plans in RemarkablePanel define the resources available to each website or reseller. Create and manage plans under Plans → Add Plan.
Plan settings include:
- Disk space: total storage for files, databases, and email
- Bandwidth: monthly data transfer
- Email accounts: maximum number of mailboxes
- Databases: maximum number of MySQL databases
- Subdomains: maximum number of subdomains
- FTP accounts: maximum FTP users
Reseller accounts
RemarkablePanel supports multi-tier reselling. You can create reseller accounts that have their own dashboard, their own clients, and their own branding.
Multi-server setup
RemarkablePanel can manage websites across multiple Cloud Cubes from a single panel. Add additional servers under Servers → Add Server and provide the server’s API credentials. Once connected, you can provision websites on any server in your cluster from the same dashboard.
This is ideal for:
- Separating clients across servers for isolation
- Horizontal scaling: add servers as your customer base grows
- Geographic distribution: host sites closer to their users
Accessing the file manager
Each website has a built-in file manager:
- Open the website → Files
- Browse, upload, edit, rename, and delete files directly from the browser
- For bulk operations, use SFTP with the credentials from SSH/SFTP section