Page Navigation

Node Operator Docs

This section is for operating epress node: install, run, upgrade, and troubleshoot your node in production or local self-hosting setups.

One-Line Install

The fastest way to get started. Runs on any system with Git installed.

curl -fsSL https://epress.world/install.sh | bash

Then open http://localhost:8543 to complete setup.

Choose Your Method

One-line Install

Recommended

Auto-installs Node.js, clones repo, builds and starts.

Requires: Git

Docker

Run in container with persistent volume.

Requires: Docker

From Source

Clone manually for development or customization.

Requires: Node.js v20+, Git

Need Help?

Common issues and troubleshooting for installation and operation.