Getting Started with RemarkablePanel โ
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.comLog 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 โ
- From the dashboard, click Websites โ Add Website.
- Enter the domain name (e.g.
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. - Select the subscription plan โ this sets the resource limits (disk, bandwidth, email accounts) for the site. If you haven't created plans yet, use the default.
- Click Add Website. RemarkablePanel provisions the site, creates the document root, generates an SSL certificate, and configures the web server automatically.
- Click Visit site to confirm it's live.
Managing email โ
Creating a mailbox โ
- Go to the website and click Email โ Mailboxes โ Add Mailbox.
- Enter the local part (e.g.
helloforhello@yourdomain.com), set a password, and configure the storage quota. - Click Add Mailbox.
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.comDNS 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.
- Go to Customers โ Add Customer.
- Fill in the customer's name, email, and set a password.
- Assign a subscription plan that defines their resource quota.
- The customer receives a login invitation and can manage their own websites independently.
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

