The Tilaa WordPress Appliance is built on TurnKey Linux. It provides a pre-configured environment with Apache, MySQL, PHP, and WordPress installed out-of-the-box, saving you hours of manual configuration.
For a standard WordPress site, we recommend starting with at least 1GB to 2GB RAM. Since Tilaa offers flexible scaling, you can always upgrade later if your traffic grows.
Step 1: Deployment
During the order process in our configurator:
- Select your desired VPS size (RAM/CPU).
- Under "Choose Image", select the Apps tab.
- Choose WordPress.
After payment, the automated system will deploy the server within minutes.
Step 2: DNS Configuration (Crucial)
Before logging in, we strongly recommend pointing your domain name to the server. WordPress relies heavily on the configured URL.
- Find your IPv4 and IPv6 addresses in the MyTilaa Dashboard.
- Log in to your domain registrar's control panel.
- Create an A Record pointing
yourdomain.comto your new IPv4 address. - (Optional) Create an AAAA Record for IPv6.
Step 3: First Login
Once the DNS has propagated (or if you want to test via IP first), you can access the site.
-
Website:
http://yourdomain.com(orhttp://<your-ip>) -
Admin Dashboard:
http://yourdomain.com/wp-admin
Credentials
To log in to the WordPress Admin Dashboard:
-
Username:
admin(lowercase) - Password: Use the Initial Root Password found in the details page of your VPS in the MyTilaa Dashboard.
Immediately after logging in, go to Users > Profile and change your password. The root password in the dashboard is visible to anyone with access to your client account.
Step 4: Maintenance & Updates
Unlike shared hosting, this is an unmanaged VPS. You are responsible for keeping the software secure.
Updating WordPress
You can update WordPress plugins and the core software directly via the WordPress Dashboard (/wp-admin/update-core.php).
Updating the Server (OS)
You must also keep the underlying Linux OS up to date. Connect via SSH and run:
apt update && apt upgrade -y
Managing the Server via Webmin
This appliance comes with Webmin pre-installed for easy server management (Firewall, MySQL, Apache) via a graphical interface.
-
URL:
https://<your-ip>:12321 -
Login:
rootand your initial password.
Please read our guide on Securing Webmin to ensure your management interface is safe.