Getting Started
Customers
Accounting
Sales
CRM
Support
Knowledgebase
Orders
Products & Services
Reports
Utilities
Appearance
Settings
Changelog
How to
Troubleshooting

Installing Business Suite

Setup using cPanel


  1. Login to the CloudOneX client portal and download the Business Suite.
  2. Login to cPanel, click the File Manager and navigate to the document root of your (sub)domain. If you didn't set it explicitly, this is the 'public_html' folder.
  3. Create a new folder, eg, admin and enter it.
  4. Upload the ZIP file you have downloaded in the first step and close the window once it's completely uploaded.
  5. Select the ZIP file and click the 'Extract' button. If you don't see the ZIP file, click the refresh button once.
  6. Once extracted, close the File Manager and click MySQL Databases in cPanel.
  7. Create a database.
  8. Create a new database user and be sure to write down the corresponding password.
  9. Add the user to the database, and tick the 'All privileges' mark.
  10. Head over to yourdomain.com/admin (where admin is the folder you've created earlier) and enter the details. The database host is most likely localhost.

Setup using a different hosting environment

  1. Login to the CloudOneX client portal and download the Business Suite.
  2. If you have FTP access, unzip the file locally and use your FTP client to upload the files to a subdirectory.
  3. Get your database ready, if you don't know the details, contact your hoster.
  4. Head over to yourdomain.com/admin (where admin is the folder you've created earlier) and enter the details. The database host is most likely localhost.

Setup using a VPS

  1. Login to the CloudOneX client portal and download the Business Suite.
  2. Transfer the downloaded ZIP over to your VPS, using scp or rsync (eg: scp filename.zip [email protected]:/home/user)
  3. Create a new folder within the document root and move the file over (eg: mkdir -p /var/www/html/admin && cp ~/filename.zip /var/www/html/admin).
  4. Unzip the file and set the directory owner to the web-user (eg: chown -R www-data:www-data /var/www/html/admin).
  5. Create a new database and user with all the permissions on the database.
  6. Head over to yourdomain.com/admin (where admin is the folder you've created earlier) and enter the details. The database host is most likely localhost.