Skip to content

WordPress in one click: what actually happens under the hood

One-click installs hide the good part. Here's exactly what VeloxaHost provisions when you click Deploy on a WordPress site.

"One-click install" usually means a shell script of unknown quality. We think you should be able to audit it. Here's what our WordPress deployment does, step by step.

1. An isolated container, not a shared box

Every site gets its own system container: dedicated filesystem, dedicated resources, its own Caddy web server. Noisy neighbours are structurally impossible.

2. A real database, on day one

MariaDB is installed and configured inside the container with a generated root password and a dedicated WordPress database and user — random values, never defaults.

3. WordPress via WP-CLI

Latest WordPress is downloaded, wp-config.php is generated with unique salts, and the install runs through WP-CLI as the www-data user — including the plugin you actually want (a cache plugin, pre-activated).

4. TLS that configures itself

Caddy obtains and renews Let's Encrypt certificates automatically. You don't add DNS records to prove anything; point your A record at us and HTTPS arrives within minutes.

5. Credentials shown once

Your admin password is displayed a single time, right after install. It's never stored in plaintext — if you lose it, you reset it like an adult.

The takeaway

One-click shouldn't mean opaque. If your host can't tell you exactly what runs on your server, find one who can.