Unable to use private resource when connecting via Pangolin Client #465

Closed
opened 2026-04-05 17:11:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @moodiness on 12/18/2025

Describe the Bug

Description

Hi,

I’m having an issue when trying to configure a private resource using the IP address of my Unraid server and assigning it an alias in Pangolin.

My goal is to access this resource via the Pangolin Client using the alias, but it does not work as expected.

What I’m trying to do

  • Add my Unraid server IP (e.g. 192.168.1.x) as a private resource
  • Define an alias for this resource
  • Access the resource using this alias from the Pangolin Client

Environment

  • OS Type & Version: Unraid 7.2.2 & Windows 11 25H2 & macOS Tahoe 26
  • Pangolin Version: 1.13.1
  • Gerbil Version: 1.3.0
  • Traefik Version: 1.3.5
  • Newt Version: 1.7.0

To Reproduce

Image
# OLM Status:

{
  "connected": true,
  "registered": false,
  "terminated": false,
  "version": "0.1.1",
  "orgId": "privateOrgId"
}

and then it shows me this in the logs:

Image
# OLM Status:

Unable to get status via pipe. Is the tunnel service running?

Expected Behavior

Expected behavior

The resource should be reachable via the alias from the Pangolin Client.

Actual behavior

The connection fails when using the alias.
Accessing the resource directly by IP does not work either when it is defined with an alias in the private resource configuration.

*Originally created by @moodiness on 12/18/2025* ### Describe the Bug ### Description Hi, I’m having an issue when trying to configure a **private resource** using the IP address of my **Unraid server** and assigning it an **alias** in Pangolin. My goal is to access this resource via the **Pangolin Client** using the alias, but it does not work as expected. ### What I’m trying to do * Add my Unraid server IP (e.g. `192.168.1.x`) as a **private resource** * Define an **alias** for this resource * Access the resource using this alias from the Pangolin Client ### Environment - OS Type & Version: Unraid 7.2.2 & Windows 11 25H2 & macOS Tahoe 26 - Pangolin Version: 1.13.1 - Gerbil Version: 1.3.0 - Traefik Version: 1.3.5 - Newt Version: 1.7.0 ### To Reproduce <img width="813" height="1069" alt="Image" src="https://github.com/user-attachments/assets/eb0f0d8c-d272-4253-8fd8-eeb36f041296" /> ``` # OLM Status: { "connected": true, "registered": false, "terminated": false, "version": "0.1.1", "orgId": "privateOrgId" } ``` and then it shows me this in the logs: <img width="1157" height="675" alt="Image" src="https://github.com/user-attachments/assets/0e785c56-0574-4c6d-89e4-30bac9450213" /> ``` # OLM Status: Unable to get status via pipe. Is the tunnel service running? ``` ### Expected Behavior ### Expected behavior The resource should be reachable via the alias from the Pangolin Client. ### Actual behavior The connection fails when using the alias. Accessing the resource directly by IP does not work either when it is defined with an alias in the private resource configuration.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#465