Installation
Choose your preferred installation method. One-line install is recommended for most users.
Node Operator Docs
Choose your preferred installation method. One-line install is recommended for most users.
Installation here is for epress node software only. After startup, your node joins epress world and follows the epress world protocol for identity, connection, and content exchange.
| Method | Node.js | Docker | Git | Best For |
|---|---|---|---|---|
| One-line | Auto-installed | Not needed | Required | Most users |
| Docker | Not needed | Required | Not needed | Container users |
| Source | Required | Not needed | Required | Developers |
Run this command to install epress node with all dependencies:
curl -fsSL https://epress.world/install.sh | bashOpen http://localhost:8543 in your browser to complete setup.
Ctrl+Ccd ~/epress && npm startcd ~/epress && npm run devcd ~/epress && git pull && npm install && npm run build && npm start| Port | Purpose |
|---|---|
| 8543 | Web interface |
| 8544 | API service |