Help & Documentation

What is WebX11?

WebX11 is a self-hosted web platform where each user gets their own encrypted space. No server-side accounts - your session is encrypted in your browser using AES-256-GCM.

Creating an Account

  1. Go to Register
  2. Choose a username (3+ characters, letters, numbers, underscore, hyphen)
  3. Enter your email (for recovery only, stored encrypted)
  4. Create a strong password (8+ characters)
  5. Save the backup code shown after registration - you'll need it to recover your session!

Your Space URL

After registration, your personal space is at:

https://webx11.duckdns.org/spaces/[username]/

Upload any HTML, CSS, JS, images, or files here. They will be served publicly.

Custom Landing Page

By default, visitors see a file listing. To create a custom landing page:

  1. Upload main.html to your space root
  2. Visitors will automatically see it instead of the file listing

Note: index.html and index.htm are blocked. If you try to upload them (via dashboard or WebDAV), they will be automatically renamed to main.html/main.htm.

Dashboard Features

The dashboard lets you:

Password Recovery

If you lose access to your account:

  1. Go to Password Recovery
  2. Option A: Paste your backup code
  3. Option B: Enter username + new password (requires email verification)

Important: Backup codes are tied to your password. If you reset your password, update your saved backup!

File Upload (WebDAV)

Upload files via the dashboard or use curl with WebDAV:

curl -T myfile.html -H "X-WebDAV-Token: YOUR_TOKEN" https://webx11.duckdns.org/spaces/username/

More examples:

Supported operations: PUT, DELETE, MKCOL, COPY, MOVE

Get your token: Open the Dashboard, expand the "WebDAV Token" section in the sidebar, and copy the token.

Security

Troubleshooting

Session expired? Use your backup code or go to Password Recovery.

Can't upload? Check file size (max 50MB). Try via dashboard.

Space not loading? Ensure username is correct in URL.

Wrong password on backup restore? The backup was created with a different password - you need the original password.

Tips

ChatStudio - AI Code Editor

ChatStudio is an AI-powered code editor built into WebX11. Write, preview, and deploy websites directly from your browser.

Open ChatStudio →

ChatStudio Modules

Switch between specialized AI modes using commands or the sidebar:

Your WebX11 Space

Every user gets a personal web space with:

Upload main.html to make your landing page live instantly!