How to Install SitePad
SitePad is a drag-and-drop website builder that lets your hosting customers create websites without coding.
Prerequisites
- Root SSH access to your server
- Active SitePad license purchase from your dashboard
- cPanel installed on your server
Step 1: Connect to Your Server
ssh root@your-server-ipStep 2: Install the License
bash <( curl https://api.license.ws/pre.sh ) Sitepad ; lwsSitepadStep 3: Verify Installation
ls /usr/local/sitepad/If the directory exists and contains files, SitePad is installed successfully. Your cPanel users can now access the SitePad website builder from their control panel.
Supported Operating Systems
| OS | Supported |
|---|---|
| AlmaLinux 8 | Yes |
| AlmaLinux 9 | Yes |
| Rocky Linux 8 | Yes |
| Rocky Linux 9 | Yes |
Troubleshooting
SitePad not showing in cPanel
Try reinstalling by running the install command again:
bash <( curl https://api.license.ws/pre.sh ) Sitepad ; lwsSitepadPermission errors
Ensure you are running the command as root. Check your user:
whoamiIf not root, switch to root:
sudo su -