Install
Default installation steps for Community Edition, plus first-login and basic operations.
Community Edition is not for production workloads. Use it for labs, evaluation, and learning only.
For a guided walkthrough, use Beginner’s Guide to Deploying PCD Community Edition.
Install Community Edition
This installs the Community Edition (CE) control plane on a single CE host. You then onboard one or more hypervisor hosts to run VMs.
Read Prerequisites first. Use Custom Installation if you need custom CIDRs or domains.
Outcome
After install, you can:
Log in to the web UI
Onboard hypervisor hosts
Create networks, images, and VMs
View metrics in the web UI or Grafana
Timeline
Typical runtime is ~45 minutes. Slow systems or slow registries can push it to ~90 minutes.
5–10 min: system prep and prerequisite checks
10–15 min: K3s cluster creation
20–30 min: PCD services deployment
~5 min: verification and credential output
Deploy the CE host
Run the installer on the CE host as a user with sudo access.
By default in Ubuntu, all users in the sudo group have the ability to sudo. Group membership can be validated with the command groups <username> and sudo permissions can be verified with sudo -l -U <username> .
The installer will:
Ask you to accept the Community Edition EULA
Run prerequisite checks
Deploy the CE management plane
Print the UI URL and admin credentials
If prerequisite checks fail, use Common Issues. If installation fails, the installer can optionally upload a support bundle.
Access the web UI
The installer prints a URL like https://pcd-community.pf9.io. That name must resolve from your browser.
Option 1: Local hosts file (single machine)
Use this for quick testing. Only your computer can resolve the UI URL.
Linux/macOS
Windows
Open Notepad as Administrator.
Open
C:\Windows\System32\drivers\etc\hosts.Add (replace the example IP):
Option 2: Real DNS (team access)
Create A records in your DNS server:
Option 3: Custom domain
Set a custom FQDN during install. See Custom Installation.
Example: pcd.company.local
Log in
Open the UI URL in a browser (the default is pcd-community.pf9.io). Accept the self-signed certificate on first visit.
Keep Domain as
default.Select Use local credentials.
Use the credentials printed by the installer.
SSO is unavailable until configured. A 404 on SSO login before setup is expected.

Admin credentials and Grafana access
Do not rename the default admin user, [email protected]. Do not change its password.
This account is used internally by Private Cloud Director services.
Create separate users for administrator or self-service access.
The default admin account is also used for Grafana authentication. Changing the default admin email or password can break Grafana access.
Next steps
Create a cluster blueprint: Virtualized Cluster Blueprint.
Create a cluster in Infrastructure > Clusters.
Onboard hypervisor hosts: Add a Host (Self-Hosted & Community Edition Deployment).
Create networking for VMs:
Create VMs: Virtual Machines.
Operations and troubleshooting
Validate the installation
Your deployment is healthy if both regions show Ready. Ready services should match desired services.
Example output:
Logs and service names
Hypervisor host logs
/var/log/var/log/pf9
CE host logs
/var/log/pf9/fluentbit/ddu.log(JSON; includes Kubernetes pod logs)
You can also use kubectl logs to fetch pod logs.
Hypervisor host services
Service names start with pf9. Examples:
pf9-hostagentpf9-imagelibrarypf9-ostackhost
Grafana credentials
Grafana uses the same admin credentials printed at install time.
Username:
[email protected]Password: retrieve from the CE host:
Default Grafana URL:
https://pcd-community.pf9.io/grafana/login
Reset Grafana admin password (advanced)
Resetting Grafana independently is not recommended. Keep Grafana and UI admin passwords in sync.
The namespace is pcd-community by default. If you customized region naming, use your namespace.
Expand an Ubuntu logical volume (LVM)
If your root filesystem is smaller than the physical volume, expand it.
Find the root device:
Resize the LV (example name shown):
Resize the filesystem:
Troubleshooting
Start with Common Issues.
Optional learning resources
Platform9 YouTube:
Channel: https://www.youtube.com/@Platform9
Playlist: Private Cloud Director playlist
Last updated
Was this helpful?
