Skip to main content
There are several ways to publish a website to CrazyNode Web Hosting. Pick the one that fits your workflow.

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

  1. Open the hosting panel → File Manager.
  2. Navigate to public_html (cPanel) or public_html/yourdomain.com (CyberPanel).
  3. Upload your files, or drag-and-drop a .zip and 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)

Recommended clients: FileZilla, Cyberduck.

Git deployments

CyberPanel and modern cPanel builds support Git-based deployments.
1

Enable Git in the panel

Panel → GitAdd 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 edit php.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