Access Dashboard
Open in browser: http://<server-ip>
On your first visit, set a strong admin password immediately to secure your installation.
If you encounter a prompt to configure the database, wait a few minutes and refresh the page. The database setup might still be completing.
Default username: admin
Password: (your chosen password)
Installation Path & Config
App files: /var/www/html
Database config: /var/www/html/server/dbconfig.php
Database Credentials: /root/.cloudzy-creds
Firewall Settings
SSH (22), HTTP (80), and HTTPS (443) are allowed via UFW.
Upgrade to Full Version
You start with a 14-day free trial version.
To upgrade to the full version, navigate to Settings → Updates
within the dashboard and enter your valid license key.
Using Your Own Domain
1. Create two A records for your domain (and www subdomain) pointing to your server’s IP address at your DNS provider.
2. Certbot is already installed. Generate a free HTTPS certificate by running this command on your server console (replace the domains accordingly):
certbot --apache --agree-tos -d yourdomain.com -d www.yourdomain.com
3. In the UXWizz dashboard, go to Settings → Tracking → Server Path and click Reset to apply the new domain.
Fix Directory Listing Issue
If navigating to yourdomain.com/server
shows a directory listing instead of a forbidden error page, it means .htaccess
is not enabled.
Fix it by enabling AllowOverride
in Apache:
sudo sed -i 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf sudo systemctl restart apache2
Documentation
For more detailed instructions, visit the official documentation: https://docs.uxwizz.com/