Early access
Documentation
Nodexity is in early access. This page covers what’s available now, how to get started, and where to get help.
What’s available now
- Server Manager (desktop app) — Create and manage Minecraft servers locally (Electron + React).
- This website — Docs, support (via Discord), and settings. No account required.
Getting started
Desktop app (development)
Prerequisites: Node.js v20+, npm, Java (for Minecraft servers).
git clone https://github.com/404twillCODE/Nodexity.git cd Nodexity/App npm install npm run dev
Website (development)
cd Nodexity/Website npm install npm run dev
Runs at http://localhost:4000
Known limitations (early access)
- Features and APIs may change without notice.
- Launcher and hosting are not yet available.
- No automated backups or SLAs; use at your own risk.
Get help and give feedback
Project structure
/App — Desktop app (Electron + React)
/Website — This site (Next.js)
Licenses
App: AGPL-3.0
Website: MIT