One-click app installers
Best for WordPress, Joomla, Drupal, PrestaShop, and 400+ other apps.1
Open the hosting panel
Client area → Manage on your hosting service.
2
Launch the installer
Find Softaculous (cPanel) or App Installer (CyberPanel).
3
Choose your app
Search for the app, click Install, and enter details (domain, admin user, password).
4
Access your site
Once done, visit your domain to see the fresh install.
Using the web file manager
- Open the hosting panel → File Manager.
- Navigate to
public_html(cPanel) orpublic_html/yourdomain.com(CyberPanel). - Upload your files, or drag-and-drop a
.zipand extract it.
FTP / SFTP
Best for larger uploads or automated deployments.Credentials
Find FTP details in Files → FTP Accounts (cPanel) or Users → FTP Users (CyberPanel).Example (SFTP)
Git deployments
CyberPanel and modern cPanel builds support Git-based deployments.1
Enable Git in the panel
Panel → Git → Add Repository.
2
Provide repository URL
Public HTTPS URL, or add an SSH deploy key for private repos.
3
Set the target path
Usually the domain’s document root.
4
Pull to deploy
Click Pull or set up an auto-pull webhook.
PHP version and settings
Most sites need to match a specific PHP version. Switch via Select PHP Version (cPanel) or PHP (CyberPanel). You can also toggle extensions and editphp.ini values like upload_max_filesize and memory_limit.
After deployment checklist
- Confirm the site loads over HTTPS (enable SSL)
- Set up daily backups (usually enabled by default)
- Add SPF/DKIM records if you send email (email guide)
- Test contact forms and payment flows
