Get your first server connected to the LiteSoup dashboard in under 5 minutes.
If you haven't already, deploy the dashboard on any machine with Docker:
git clone https://github.com/litesoup/litesoup-dashboard.git
cd litesoup-dashboard
docker compose up -dAccess http://YOUR_SERVER:3000 and log in with admin@example.com / admin123.
Navigate to Servers in the sidebar and click Connect server. Fill in the form:
rootAfter connecting, the server appears in the servers list. Click on it to see:
Click the Sync button on the server detail page. The dashboard scans the server's Apache vhosts and discovers existing WordPress sites. After sync completes, sites appear in the table.
Click Scan WP to detect WordPress versions, plugins, and themes for each site.
Click New site to create a WordPress site. Fill in the domain, select PHP version, pool tier, and TLS mode. The dashboard provisions the Apache vhost, PHP-FPM pool, and SSL certificate automatically.