Knowledge

Website launch checklist

#Hosting

A practical checklist of everything to verify before you put a website live — security, performance, backups, and the things that are painful to fix after launch.

Published by Mark van Eijk on June 30, 2026 · 2 minute read

  1. Server and access
  2. Domain and HTTPS
  3. Security
  4. Performance
  5. Reliability
  6. After launch
  7. Let Rocketeers handle it

Launching a website is the moment a dozen small details suddenly matter all at once. This checklist walks through what to verify before you flip the switch, grouped so you can work through it top to bottom. Most items link to a full guide if you need the how.

Server and access

  • [ ] Server provisioned with Nginx, PHP, and a database.
  • [ ] SSH hardened — key-only login, root login disabled, and ideally a non-default SSH port.
  • [ ] A firewall (ufw) allowing only the ports you actually use (80, 443, SSH).
  • [ ] Swap space configured so a memory spike doesn't kill processes.

Domain and HTTPS

  • [ ] DNS records pointing at the server and propagated.
  • [ ] A valid SSL certificate installed — via Certbot or Cloudflare.
  • [ ] Automatic renewal set up so the certificate never lapses.
  • [ ] HTTP redirects to HTTPS, and HSTS is enabled — aim for an A+ SSL grade.
  • [ ] No mixed content (no http:// assets on an https:// page).

Security

Performance

Reliability

After launch

  • [ ] Run the full suite of website validation tools.
  • [ ] Confirm email sending works and isn't landing in spam — see email deliverability.
  • [ ] Watch logs and metrics for the first day to catch anything the tests missed.

Let Rocketeers handle it

Look back over that list — a large share of it is server configuration and ongoing operations: TLS and renewal, security headers, compression, backups, monitoring, and keeping debug mode off in production. Rocketeers handles those by default when it provisions a server and deploys a site, and keeps watching afterwards, so your launch checklist is mostly green before you even start ticking boxes.

Subscribe to our newsletter

Do you want to receive regular updates with fresh and exclusive content to learn more about web development, hosting, security and performance? Subscribe now!