EasyCloudify
Solutions
  • Cloud PlatformImprove team productivity and integrate popular workflow applications.
  • Cloud Servers (VPS)NVMe SSD servers deployed in under 60 seconds.
  • Object StorageS3-compatible storage with built-in global CDN.
  • Managed WordPressManaged WordPress hosting, so you can focus on your business.
  • MarketplaceFind an app that suits you, then spin it up in 60 seconds or less.
  • Mail HostingPrivacy First Email Hosting for your business.
  • SEO & AI Visibility AuditAudit your site for SEO and AI answer engine visibility.
  • SecurityRock-solid application security for your peace of mind.
  • Register DomainsRegister your domain with us and get started.
Company
  • About
  • Legal
Resources
  • Blog
  • Guides
  • Status
Get Started
  • Contact Sales
  • Pricing
  • Dashboard
EasyCloudifyEasyCloudify
PricingContact
Log inStart deploying
EasyCloudify logoEasyCloudify

Fully managed cloud infrastructure — deploy in minutes, not days.

Newsletter

The latest news, articles, and resources — delivered weekly.

Product

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

Support

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

Company

  • About
  • Blog
  • Pricing

Legal

  • Terms of Service
  • Privacy Policy
  • Acceptable Use
  • All Legal Docs

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

8 The Green, Suite A, Dover DE 19901, USA
+1 (302) 534-3122

© 2026 EasyCloudify LLC. All rights reserved.

Rated on Trustpilot
Terms of ServicePrivacy PolicyAcceptable Use
EasyCloudifyDocs
⌘K
EasyCloudify Dashboard — Your Cloud Control Center OverviewAccount Setup — Update Your Profile and Billing InformationPlans & Billing — Subscribe and Manage Your EasyCloudify Plan
Deploy a VPS Server — Launch a New Cloud Server on EasyCloudifyManage Your Server — Power, IP, and Delete on EasyCloudifyVPS Performance Monitoring — Real-Time Server Metrics on EasyCloudify
Automated Backups — Configure VPS Backup Schedules on EasyCloudifySnapshots — Create, Restore, and Delete Server Snapshots on EasyCloudify
Deploy a Serverless App — EasyCloudify Serverless Deployment GuideGitHub Integration — Connect GitHub and Manage Repositories on EasyCloudify
DNS Management — Manage Zones and Records on EasyCloudifyCDN Management — Configure Global Content Delivery on EasyCloudifyHigh Availability & Scaling — Load Balancers and Reserved IPs on EasyCloudifySpeed Boost — Optimize and Accelerate Your Sites on EasyCloudifyAnalytics — Real-Time Traffic and Security Metrics on EasyCloudifyObject Storage — S3-Compatible Cloud Storage on EasyCloudify
Web Application Firewall — Configure WAF Security Rules on EasyCloudifySSH Keys & Docker Tokens — Manage Credentials on EasyCloudify
App Emails — Transactional Email Setup and Statistics on EasyCloudifyEmail Hosting — Manage Mailboxes, Aliases, and Forwardings on EasyCloudify
Managed WordPress — Deploy a Managed WordPress Server on EasyCloudifyManaged WordPress Sites — Create and Manage WordPress Sites on EasyCloudifyWordPress Site Report — Health and Management Dashboard on EasyCloudify
SEO Audit — Run Website SEO Scores and AI Visibility Audits on EasyCloudify
Support Tickets — Create and Track Support Requests on EasyCloudify
Reset Password — Change Your EasyCloudify Account Password
HomeDocsManaged WordPressManaged WordPress Sites — Create and Manage WordPress Sites on EasyCloudify
4 min read·Updated 2026-04-22

Managed WordPress Sites — Create and Manage WordPress Sites on EasyCloudify

TL;DR — Create up to 2 WordPress sites on your EasyCloudify Managed WordPress server by filling in the site name, domains, PHP version, and WordPress admin credentials from the server management page.

What is WordPress Site Management?

EasyCloudify Managed WordPress Site Management is the interface for creating and managing individual WordPress sites on your managed server. Each server supports up to 2 WordPress sites. You access this at /cloudpanel/managed/wordpress/server/[id].

Before You Start

  • You have a deployed and active Managed WordPress server (see Managed WordPress Deploy)
  • The server status badge shows green (active)

How to Create a New WordPress Site

Step 1 — Open the Server Management Page

From the Managed WordPress page (/cloudpanel/managed/wordpress), click an active server card. You land on /cloudpanel/managed/wordpress/server/[id].

Step 2 — Click Create New Site

Click the Create New Site button (with a Plus icon). This button is only visible if the server has fewer than 2 sites. A modal opens.

Step 3 — Fill In the Site Creation Form

FieldDescriptionValidationRequired
Site NameServer-level identifier for this site3–30 chars, lowercase letters, numbers, hyphens only; must start and end with a letter or numberYes
Server UsernameSystem user for this siteSame validation as site nameYes
Server PasswordSystem user password—Yes
Server RuntimePHP versionSelect dropdown; default: php8.2Yes
Site DomainsDomain(s) for this siteAdd/remove domains dynamicallyYes
WordPress Site TitleYour WordPress site's title—Yes
WordPress Admin UsernameWordPress administrator loginDefault pre-filled as adminYes
WordPress Admin PasswordWordPress administrator passwordShow/hide toggle availableYes
WordPress Admin EmailEmail for the WordPress admin accountValid email formatYes

💡 Tip: The Site Name and Server Username fields only accept lowercase letters, numbers, and hyphens, and must start and end with a letter or number. Avoid underscores and uppercase letters — the form will reject them.

Step 4 — Click Create Site

Click Create Site to submit the form. EasyCloudify creates the system user, installs WordPress, and provisions the site. A success toast confirms the creation. The new site card appears in the sites grid.


Viewing Your WordPress Sites

The server page at /cloudpanel/managed/wordpress/server/[id] shows all sites in a 2-column grid. Each site card displays:

ElementDescription
WordPress logoVisual identifier
Site nameThe site name you set
Primary domainThe main domain for the site
SSL statusGreen checkmark = active SSL; lock icon = inactive
Info itemsAuto-updates status, firewall status

Click a site card to open the full WordPress site report at /cloudpanel/managed/wordpress/server/[id]/site/[siteId].


How to Update the System User Password

Step 1 — Open Password Modal

From the server page header, a password update option opens a modal with a System Password field.

Step 2 — Enter New Password

Enter the new password in the sysPasswd field (required).

Step 3 — Click Update

Click Update. A success toast confirms the password change.


How to Delete a WordPress Site

From the site card's context menu (three-dot icon), select Delete. A confirmation modal appears. Click Delete to permanently remove the site and all its files from the server.


Server Settings

Click the Server Settings button in the page header to open the ServerSettingsModal for server-level configuration.


Refreshing Site Data

Click the Refresh button (with a RefreshCw icon) in the page header to re-fetch all sites from the server. A loading spinner appears while the sync is in progress.


Troubleshooting

Issue: "Create New Site" button is not visible. Why it happens: The server already has 2 sites, which is the maximum. Fix: You can have at most 2 WordPress sites per managed server. Deploy an additional managed server to host more sites.

Issue: Site creation fails with a validation error on site name. Why it happens: The site name contains invalid characters (uppercase, underscore, spaces) or does not start/end with a letter or number. Fix: Use only lowercase letters (a-z), numbers (0-9), and hyphens (-). Ensure the name is 3–30 characters and starts/ends with a letter or number.


Frequently Asked Questions

How do I access my WordPress admin panel?

After site creation, navigate to https://yourdomain.com/wp-admin and log in with the WordPress Admin Username and WordPress Admin Password you set during site creation.

Can I change the PHP version after site creation?

PHP version is set at site creation. Contact support if you need to change the runtime after the fact.


Related Guides

  • Managed WordPress Deploy
  • WordPress Site Report
PreviousManaged WordPress — Deploy a Managed WordPress Server on EasyCloudifyNextWordPress Site Report — Health and Management Dashboard on EasyCloudify
On this page
  • What is WordPress Site Management?
  • Before You Start
  • How to Create a New WordPress Site
  • Step 1 — Open the Server Management Page
  • Step 2 — Click Create New Site
  • Step 3 — Fill In the Site Creation Form
  • Step 4 — Click Create Site
  • Viewing Your WordPress Sites
  • How to Update the System User Password
  • Step 1 — Open Password Modal
  • Step 2 — Enter New Password
  • Step 3 — Click Update
  • How to Delete a WordPress Site
  • Server Settings
  • Refreshing Site Data
  • Troubleshooting
  • Frequently Asked Questions
  • How do I access my WordPress admin panel?
  • Can I change the PHP version after site creation?
  • Related Guides

Was this helpful?

AI Tools