Installatron is a popular plugin for DirectAdmin that allows you and your customers to install web applications (like WordPress, Joomla, Magento) instantly. It also handles automatic updates and backups for these applications.
While Tilaa does not pre-install this plugin by default, you can easily add it to your server using the official automated installer.
Licensing Note:
Installatron is commercial software. Depending on your DirectAdmin license type, you may need to purchase a separate license from Installatron to unlock unlimited application installs.
(Without a license, it typically runs in a limited free mode).
Installatron is commercial software. Depending on your DirectAdmin license type, you may need to purchase a separate license from Installatron to unlock unlimited application installs.
(Without a license, it typically runs in a limited free mode).
Installation Guide
The installation is fully automated via a shell script.
- Log in to your VPS via SSH as
root. - Run the following command block to download, execute, and clean up the installer:
# Download the installer
wget https://data.installatron.com/installatron-plugin.sh
# Make it executable
chmod +x installatron-plugin.sh
# Run the installer
./installatron-plugin.sh -f
# Clean up
rm installatron-plugin.sh
The installation process will take a few minutes to complete.
Accessing Installatron
Once the installation is finished, the plugin is immediately available in the control panel.
- Log in to DirectAdmin.
- Navigate to the Admin Level.
- Under "Extra Features", click on Installatron Applications Installer.
You can now configure which applications are available to your users and configure automatic backup schedules.