WordPress hosting
Install, tune, and operate WordPress on OpenHost managed hosting.
OpenHost WordPress plans include managed core updates, daily backups, free SSL, and caching tuned for PHP workloads. This guide covers a typical launch path.
Before you start
- An active WordPress plan (Starter through Max)
- A domain or preview hostname
- FTP/SFTP credentials from the panel (optional, for bulk uploads)
Install WordPress
Create the site in the panel
- Websites → Create website
- Domain: your production hostname
- Application: WordPress
- Choose PHP version 8.2 or newer (recommended)
The installer sets database credentials, salts, and file permissions automatically.
Complete the WordPress setup wizard
Visit
https://your-domain/wp-admin/install.phpand set:- Site title
- Admin username (avoid
admin) - Strong password
- Search engine visibility (off until launch if you prefer)
Enable caching
LiteSpeed Cache is pre-installed on WordPress sites. From wp-admin:
- LiteSpeed Cache → Cache → Enable
- Run Image Optimization → Gather Images after your theme is stable
Managed updates
Core updates apply during maintenance windows you configure in the panel. Plugin and theme updates on Lite and above can be staged first.
| Plan | Core | Plugins/themes | Staging |
|---|---|---|---|
| Starter | Managed | Manual | — |
| Lite+ | Managed | Managed optional | — |
| Growth+ | Managed | Managed + staging | Yes |
Backups and restore
Daily snapshots retain 7–30 days depending on plan tier. To restore:
- Panel → Backups
- Pick a snapshot date
- Restore files, database, or both
Email from WordPress
Sites do not send mail over port 25. Configure WP Mail SMTP (pre-installed) with your ESP credentials. Transactional mail via Resend or your own SMTP keeps deliverability high.
Troubleshooting
| Symptom | Fix |
|---|---|
| 502 on wp-admin | Check PHP memory limit in panel → PHP settings |
| Mixed content warnings | Force HTTPS in panel and re-save permalinks |
| Slow TTFB | Enable LiteSpeed Cache and object cache if on Scale+ |
See FAQ for more answers.