Personal CloudGetting StartedQuick Start

Getting Started

Get your sovereign cloud running in under 5 minutes.

Choose Your Deployment

Best for: Always-on access, public internet, beginners

Cost: $6-12/month

Full VPS Guide

Quick Start (From Source)

Clone the Repository

git clone https://github.com/Elacity/pc2.net
cd pc2.net

Install Dependencies

npm install

Start the Server

npm start

Open Your Cloud

Open your browser to http://localhost:4202

Click “Connect Wallet” to login!

What Happens Next

  1. Setup Wizard — Choose your username and save recovery phrase
  2. Desktop Loads — Full desktop environment in your browser
  3. 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?

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.

Need Help?

© 2025 Elacity Labs. All rights reserved.