Creating a Website in RemarkablePanel
How to create a new website, add domains, configure the document root, and get your first site live in RemarkablePanel.
Add a new website
yourdomain.com).RemarkablePanel automatically:
- Creates the document root directory
- Provisions SSL via Let’s Encrypt
- Configures the web server
- Creates the DNS zone (if DNS is managed here)
Add an addon domain
To host a second domain inside the same website (same document root):
- Open the website → Domains → Add Domain
- Enter the domain
- Click Add
For a domain with its own document root, create it as a separate website instead.
Add a subdomain
- Open the website → Domains → Add Subdomain
- Enter the subdomain prefix (e.g.
shopforshop.yourdomain.com) - Set the document root: defaults to a subfolder inside the website root
- Click Add
Upload website files
Via File Manager
- Open the website → Files
- Navigate to the document root (
/httpdocsor/public_html) - Click Upload and select your files
- For a WordPress install, upload the WordPress zip and extract it here
Via SFTP
- Open the website → SFTP/SSH
- Note the SFTP hostname, port, username, and password
- Connect with any SFTP client (FileZilla, Cyberduck, Transmit)
- Upload to the
/httpdocsfolder
Install WordPress
wp-config.php.Set the default website
If you have multiple websites, set which one responds to your server’s IP directly:
Server Settings → Default Website → select the website → Save.
View website status
The website list shows each site with:
- Domain name and status (active/suspended)
- Disk usage
- PHP version
- SSL certificate expiry
Click any website to open its management view.