Hermes Link Quick Start
If you want HermesPilot App to connect to Hermes on your own computer, start by installing Hermes Link.
Step 1: Install Hermes Link
Run this on the computer that hosts Hermes:
bash
npm install -g @hermespilot/linkAfter installation, you will have a new hermeslink command.
Step 2: Generate the pairing QR code
Then run:
bash
hermeslink pairThe terminal will show a QR code and pairing details.
Step 3: Scan it in the app
Open HermesPilot App, go to the connection screen, and scan the QR code from the terminal.
Once pairing succeeds, the app saves this Link automatically.
Common commands
bash
hermeslink status
hermeslink start
hermeslink stop
hermeslink autostart on
hermeslink autostart off
hermeslink doctorIf the first connection fails
- Make sure Hermes Link is still running
- Confirm HermesPilot App and Link are using the same account and server set
- If you just changed network settings, run
hermeslink pairagain