Pangolin Self-Hosted Reverse Proxy Service: Difference between revisions
Created page with "{{ProductCargo |Company=Fossorial Inc. |ProductLine=Reverse Proxy, Self Hosted, Open Source |InProduction=Yes |Logo=Pangolin.png |Website=https://pangolin.net/ |Description=Identity-aware VPN and tunneled reverse proxy for remote access based on WireGuard®. }} {{Ph-C-Int}} ==Consumer-impact summary== {{Ph-C-CIS}} ==Incidents== {{Ph-C-Inc}} This is a list of all consumer-protection incidents related to this product. Any incidents not mentioned here can be found..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|Logo=Pangolin.png | |Logo=Pangolin.png | ||
|Website=https://pangolin.net/ | |Website=https://pangolin.net/ | ||
|Description=Identity- | |Description=Identity-based reverse proxy and zero-trust remote access platform based on WireGuard®. | ||
}} | }} | ||
{{Ph-C-Int}} | {{Ph-C-Int}} | ||
==Consumer-impact summary== | |||
{{Ph-C-CIS}} | {{Ph-C-CIS}} | ||
Pangolin is a self-hosted open-source reverse proxy and identity-aware tunneling platform. | |||
While the core project remains GPL-licensed and self-hostable, recent releases introduce a consistent pattern where major new features are delivered in Enterprise or Cloud tiers rather than the Community Edition. | |||
This has resulted in a widening gap between the self-hosted version and paid deployments, particularly in identity management, infrastructure tooling, and remote access capabilities. | |||
==Feature gating by release (CE vs Enterprise divergence)== | |||
{| class="wikitable" | |||
|- | |||
! Release !! Feature Area !! Community Edition (Self-Hosted) !! Enterprise / Cloud Edition !! Source | |||
|- | |||
| 1.19.0 | |||
| Enterprise-gated remote access | |||
| | |||
* Standard client-based access only (Requires local client software) | |||
| | |||
* Browser-based SSH | |||
* Browser-based RDP | |||
* Browser-based VNC | |||
| https://github.com/fosrl/pangolin/releases/tag/1.19.0 | |||
|- | |||
| 1.18.0 | |||
| Infrastructure platform features | |||
| | |||
* Standard single-site routing | |||
* Exact-match resources only | |||
* Basic standard logging | |||
| | |||
* Multi-site routing | |||
* Wildcard resources | |||
* System monitoring | |||
* Audit logging | |||
| https://github.com/fosrl/pangolin/releases/tag/1.18.0 | |||
|- | |||
| 1.17.0 | |||
| RBAC and access control scaling | |||
| | |||
* Single role per user | |||
* Basic identity provider mapping | |||
| | |||
* Multiple roles per user (Multi-role RBAC) | |||
* Advanced identity provider mapping | |||
* Tier-based access separation | |||
| https://github.com/fosrl/pangolin/releases/tag/1.17.0 | |||
|- | |||
| 1.13.0 | |||
| Identity and network model expansion | |||
| | |||
* Standard tunneling only | |||
* No private resources | |||
* No device-based access policies | |||
| | |||
* Private resources integration | |||
* Device-based access model | |||
| https://github.com/fosrl/pangolin/releases/tag/1.13.0 | |||
|} | |||
==Timeline of feature divergence== | |||
===1.19.0 – Enterprise-gated remote access=== | |||
Browser-based SSH, RDP, and VNC were introduced and explicitly documented as Cloud/Enterprise-only features. | |||
'''Features Excluded from GPL (Community Edition):''' | |||
* Browser-based SSH | |||
* Browser-based RDP | |||
* Browser-based VNC | |||
Source: https://github.com/fosrl/pangolin/releases/tag/1.19.0 | |||
Docs: https://docs.pangolin.net/manage/ssh | |||
=== | ===1.18.0 – Infrastructure platform features=== | ||
Introduced multi-site routing, wildcard resources, monitoring, and audit logging, moving the project toward infrastructure orchestration functionality. | |||
'''Features Excluded from GPL (Community Edition):''' | |||
* Multi-site routing | |||
* Wildcard resources | |||
* Monitoring tooling | |||
* Audit logging | |||
== | Source: https://github.com/fosrl/pangolin/releases/tag/1.18.0 | ||
===1.17.0 – RBAC and access control scaling=== | |||
Expanded RBAC to support multiple roles per user and improved identity provider mapping. This release establishes the foundation for tier-based access separation. | |||
'''Features Excluded from GPL (Community Edition):''' | |||
* Support for multiple roles per user | |||
* Advanced identity provider mapping | |||
Source: https://github.com/fosrl/pangolin/releases/tag/1.17.0 | |||
===1.13.0 – Identity and network model expansion=== | |||
Introduced private resources and a device-based access model, expanding Pangolin beyond simple tunneling into structured identity-based networking. | |||
'''Features Excluded from GPL (Community Edition):''' | |||
* Private resources | |||
* Device-based access model | |||
Source: https://github.com/fosrl/pangolin/releases/tag/1.13.0 | |||
==Consumer impact== | |||
The Community Edition continues to provide core tunneling functionality, but newer releases increasingly restrict major platform features to Enterprise or Cloud tiers. | |||
The result is a structured divergence between: | |||
* Community Edition: base self-hosted tunneling system | |||
* Enterprise/Cloud: full feature platform with advanced identity, infrastructure, and remote access tooling | |||
==See also== | |||
* Open-core software model | |||
* Self-hosted infrastructure platforms | |||
* WireGuard | |||
* Cloudflare Tunnels | |||
* Twingate | |||
Latest revision as of 00:22, 13 June 2026
| Basic Information | |
|---|---|
| Release Year | |
| Product Type | |
| In Production | Yes |
| Official Website | https://pangolin.net/ |
Consumer-impact summary
[edit | edit source]
Pangolin is a self-hosted open-source reverse proxy and identity-aware tunneling platform.
While the core project remains GPL-licensed and self-hostable, recent releases introduce a consistent pattern where major new features are delivered in Enterprise or Cloud tiers rather than the Community Edition.
This has resulted in a widening gap between the self-hosted version and paid deployments, particularly in identity management, infrastructure tooling, and remote access capabilities.
Feature gating by release (CE vs Enterprise divergence)
[edit | edit source]| Release | Feature Area | Community Edition (Self-Hosted) | Enterprise / Cloud Edition | Source |
|---|---|---|---|---|
| 1.19.0 | Enterprise-gated remote access |
|
|
https://github.com/fosrl/pangolin/releases/tag/1.19.0 |
| 1.18.0 | Infrastructure platform features |
|
|
https://github.com/fosrl/pangolin/releases/tag/1.18.0 |
| 1.17.0 | RBAC and access control scaling |
|
|
https://github.com/fosrl/pangolin/releases/tag/1.17.0 |
| 1.13.0 | Identity and network model expansion |
|
|
https://github.com/fosrl/pangolin/releases/tag/1.13.0 |
Timeline of feature divergence
[edit | edit source]1.19.0 – Enterprise-gated remote access
[edit | edit source]Browser-based SSH, RDP, and VNC were introduced and explicitly documented as Cloud/Enterprise-only features.
Features Excluded from GPL (Community Edition):
- Browser-based SSH
- Browser-based RDP
- Browser-based VNC
Source: https://github.com/fosrl/pangolin/releases/tag/1.19.0 Docs: https://docs.pangolin.net/manage/ssh
1.18.0 – Infrastructure platform features
[edit | edit source]Introduced multi-site routing, wildcard resources, monitoring, and audit logging, moving the project toward infrastructure orchestration functionality.
Features Excluded from GPL (Community Edition):
- Multi-site routing
- Wildcard resources
- Monitoring tooling
- Audit logging
Source: https://github.com/fosrl/pangolin/releases/tag/1.18.0
1.17.0 – RBAC and access control scaling
[edit | edit source]Expanded RBAC to support multiple roles per user and improved identity provider mapping. This release establishes the foundation for tier-based access separation.
Features Excluded from GPL (Community Edition):
- Support for multiple roles per user
- Advanced identity provider mapping
Source: https://github.com/fosrl/pangolin/releases/tag/1.17.0
1.13.0 – Identity and network model expansion
[edit | edit source]Introduced private resources and a device-based access model, expanding Pangolin beyond simple tunneling into structured identity-based networking.
Features Excluded from GPL (Community Edition):
- Private resources
- Device-based access model
Source: https://github.com/fosrl/pangolin/releases/tag/1.13.0
Consumer impact
[edit | edit source]The Community Edition continues to provide core tunneling functionality, but newer releases increasingly restrict major platform features to Enterprise or Cloud tiers. The result is a structured divergence between:
- Community Edition: base self-hosted tunneling system
- Enterprise/Cloud: full feature platform with advanced identity, infrastructure, and remote access tooling
See also
[edit | edit source]- Open-core software model
- Self-hosted infrastructure platforms
- WireGuard
- Cloudflare Tunnels
- Twingate
- ↑ ref goes here