Node Login
Node login is only required if you want to register your Lightning node on Amboss. Exploring Space, browsing the network explorer, viewing channel analytics, and monitoring nodes all work without logging in.
To register your node, you’ll need to sign a message using your node to prove ownership. You’ll also need at least one public channel that has been open for a few days so we can find your node on the Lightning Network graph.
After logging in, you can manage your connected nodes at Space Settings → Connect and customize your node profile .
Methods at a Glance
| Tool | How to Sign | Notes |
|---|---|---|
| ThunderHub | One-click Amboss Login button, or Tools → Sign Message | Easiest option: dedicated Amboss integration |
| RTL | Lightning → Sign/Verify | Manual signing via UI |
| LND CLI | lncli signmessage "<message>" | Requires terminal access to your LND node |
| CLN CLI | lightning-cli signmessage "<message>" | Requires terminal access to your CLN node |
| Eclair CLI | eclair-cli signmessage --msg=$(echo -n '<message>' | base64) | Requires base64-encoded message |
Detailed Instructions
Choose the tab that matches your node setup:
ThunderHub
One-click login: on the ThunderHub home screen, use the Amboss Login button to log in with a single click.
Manual signing: go to Tools → Sign Message, sign the message, and copy the signature back to Amboss.
Need Help?
If you’re still having trouble, reach out via Telegram , Twitter , or email [email protected].