Getting Started
Get your sovereign cloud running in under 5 minutes.
Choose Your Deployment
Quick Start (From Source)
Clone the Repository
git clone https://github.com/Elacity/pc2.net
cd pc2.netInstall Dependencies
npm installStart the Server
npm startOpen Your Cloud
Open your browser to http://localhost:4202
Click “Connect Wallet” to login!
What Happens Next
- Setup Wizard — Choose your username and save recovery phrase
- Desktop Loads — Full desktop environment in your browser
- Start Using — Upload files, run apps, chat with AI
Verify Installation
After starting, check these work:
- Desktop loads in browser
- Can connect wallet and login
- Can upload and download files
- Calculator app shows result (proves WASM works)
Get a Public URL
Want to access your node from anywhere?
Option A: Free *.ela.city Subdomain (Recommended)
Register for instant HTTPS:
curl -X POST https://69.164.241.210/api/gateway/register \
-H "Content-Type: application/json" \
-d '{"subdomain": "yourname", "nodeId": "your-node-id", "endpoint": "http://YOUR_IP:4200"}'Now access at: https://yourname.ela.city
Option B: Custom Domain
See VPS Deployment for Caddy/Nginx setup.