WordPress
WordPress on your own server
No shared hosting limits. No per-plugin restrictions. Dedicated cloud VM with Nginx, PHP-FPM, MariaDB, and SSL — configured in one click.
Deploy WordPressWhat is included
Nginx + PHP-FPM
High-performance web stack with OPcache. Handles thousands of concurrent requests out of the box.
MariaDB included
MariaDB installed alongside WordPress. Credentials generated securely and shown once.
Auto SSL
Let's Encrypt certificate provisioned when you add your domain. Auto-renews every 90 days.
WP-CLI ready
WP-CLI installed globally. Update plugins, manage users, and run searches from the command line.
Daily backups
Full site and database snapshots daily. Restore to any point in the last 7-30 days with one click.
Full SSH access
Root access via SSH. Install plugins, edit configs, or script deployments. Nothing hidden.
Deploy WordPress in 4 steps
- 1
Create a server
Sign up and create a server (2 vCPU / 4 GB RAM recommended). WordPress works on smaller sizes but performs better with more RAM.
- 2
Run the WordPress installer
Apps > Install WordPress. Enter your site title and admin email. The installer handles Nginx, PHP, MariaDB, WordPress, and WP-CLI.
- 3
Add your domain
Front Door > Add route > enter your domain. Simplewala provisions SSL. Point your DNS A record to the server IP.
- 4
Log in and start building
Visit https://yourdomain.com/wp-admin with the admin credentials from the installer output.
WordPress FAQ
Is WordPress multisite supported?
Yes. Enable multisite from wp-config.php after installation. Nginx supports subdirectory and subdomain multisite.
Can I install WooCommerce?
Yes. WooCommerce is a standard plugin. With at least 4 GB RAM, it runs well for most stores.
How do I update WordPress?
Use the WordPress admin dashboard or WP-CLI (wp core update). Simplewala doesn't block updates.
Can I use a caching plugin?
Yes. W3 Total Cache, WP Super Cache, and LiteSpeed Cache all work. Nginx includes FastCGI cache support.
Do I get phpMyAdmin?
phpMyAdmin is available as an optional installer. Or use WP-CLI or SSH for database management.