mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
Self-hosted node not work and not properly documented #759
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @avczar on GitHub (Nov 4, 2025).
Describe the Bug
Since recent change of the setup script, documentation seems incomplete: the setup sequence is completely changed and user have to guess what to do to get access to /auth/initial-setup, during the 1st phase, but especially at the end.
All containers logs show no errors, but the dashboard seems just inert; so there is nothing that can be done effectively under these conditions.
Environment
To Reproduce
Expected Behavior
Remote node stay offline from the cloud dashboard, even after several minutes.
Not able to access to the pangolin-dashboard.domain.tld / proceed to post-install steps.
@miloschwartz commented on GitHub (Nov 5, 2025):
Hi, it sounds like you're installing a remote-node that connects to our cloud control plane. If that is the case, the install steps are different from the fully self-hosted docs you linked in. You'd want to check out this instead: https://docs.pangolin.net/manage/remote-node/quick-install-remote
After the remote node comes online, you register it with app.pangolin.net via the ID and secret.
@avczar commented on GitHub (Nov 5, 2025):
That's it. 😅 I admit it was a bit confusing for me about the hybrid cloud managed mode versus the full self-hosted. Now, I see.
However, URL for the step
curl -fsSL https://pangolin.net/get-node-installer.sh | bashnot seems works, so you probably need to change by//digpangolin.net/(working for me): here and here.