Install Installatron on a Integration API server

1. Requirements

Check that your server meets the requirements for Installatron.

2. Install Installatron

For Windows, download and run the below Windows installation wizard. Windows Administrative privileges will be required.

http://data1.liquenox.com/installatron/installatron_setup.exe

For Linux/FreeBSD/Unix, run these commands as the root user:
wget http://data1.liquenox.com/installatron/installatron_setup.sh
chmod 755 installatron_setup.sh
./installatron_setup.sh -f -customcp
If you experience any errors, see troubleshooting.

Installatron is now installed to /usr/local/installatron/.

3. Add an Administrative User

You now need to name an administrative user, by running this command:
echo "admin=adminuser" >> /usr/local/installatron/etc/settings.ini
Where adminuser is the username of the control panel user that should have access to Installatron's full administration panel. For example, on a DirectAdmin server this is usually admin and on cPanel and Plesk servers it is root.

Note that adding this value alone will not give the named user access to the administration panel; the other part of the assignment is in the API files.

4. Continue the Custom Control Panel Installation

Return to the Control Panel API documentation and complete sections 2.2 and 2.3.

Upgrading from Free Single-Domain Edition to an Installatron License

If you didn't already have an Installatron license for your server, Installatron will have been installed the FREE SINGLE-DOMAIN EDITION. The single-domain edition is a fully featured version that you are free to use for as long as you like. The only limitation is that it will only work on a single domain.

The "single domain" will be the first domain that you install on. Please choose your first install carefully.

You can upgrade to unlimited domains at any time by simply purchasing and assigning a license. There is no need to reinstall; the process is seamless. Please visit the Purchase page to purchase an Installatron license for your server.

Maintaining Installatron

A Crontab process has been created to automatically check for updates once per day.

Visit the FAQ for advanced usage information.