1.19.1

mantinedev/mantine1.19.1Jun 12, 2026by oschwartz10612

AI Summary

This release introduces browser-based remote access capabilities for RDP, SSH, and VNC with new SSH modes, enhanced resource management features, and performance improvements.

Key Highlights

  • Browser-based RDP, SSH, and VNC access via public resources
  • Native Pangolin SSH mode without OpenSSH server and PAM configuration
  • Auto-update option for Newt across organizations or specific sites
  • Searchable and filterable custom labels for sites and resources
  • Enhanced resource policies and improved performance in hot paths

New Features

  • Browser-based remote desktop protocol access
  • Native SSH mode for private and public resources
  • Auto-update functionality for Newt
  • Custom label system for resources
  • Share link authentication redirect paths
  • Pangctl command for multiple user server admin
  • PostgreSQL and Redis install options
  • Improved OpenAPI response payloads
  • Enhanced SSH configuration for private resources

Full Release Notes

## Read the 1.19 Announcement

Read the full announcement with discussion of new features: [Pangolin 1.19: Browser Remote Access — SSH, RDP, VNC & More](https://pangolin.net/news/1-19-release)

## What's Changed

- Add resource policies for public resources
- Add browser based RDP access via public resources (requires newt >1.13.0)
- Add browser based VNC access via public resources (requires newt >1.13.0)
- Add browser based SSH access via public resources (requires newt >1.13.0)
- Add native Pangolin SSH mode (for private and public resources) that does not require configuring OpenSSH server and PAM (requires newt >1.13.0)
- Add auto update Newt option for all sites in the org or specific sites (requires newt >1.13.0)
- Add searchable and filterable custom labels on sites and resources
- Add share link post authentication redirect path
- Add pangctl command to make more than one user server admin
- Add PostgreSQL and Redis install options in the installer
- Fix public resource showing as degraded when WireGuard targets were added alongside healthy Newt targets
- Fix custom branding logo URL not accepting links
- Fix pasting the device code not accepting paste
- Fix enforce absolute paths in sudo commands
- Fix refresh end time on logs tables
- Fix accept partially valid Docker labels instead of rejecting all
- Fix restarting container on RC version causing migration errors
- Fix cross site target assignment
- Improve OpenAPI response payloads
- Improve SSH configuration on private resources
- Improve sort resource filter options in audit logs
- Improve performance in certain hot paths
- Improve clients get error when holepunching fails instead of getting stuck registering
- Improve speed of API endpoints with thousands of sites and users
- Improve add loading icons on all logs tables
- Improve auto create roles added in Blueprints
- Dependency security updates 
- General UI improvements
- Various other bug fixes

## How to Update

> [!WARNING]
> This version includes a new mode of private resource: SSH. If you had previously used host resources and configured the SSH access tab, you will now need to switch these to SSH resources in order to manage the SSH config. If you do not switch they will continue to function as before but you will be unable to adjust settings.

> [!IMPORTANT]
> 1.19 browser-based SSH requires the Badger Traefik plugin to be on the latest version `v1.4.1`. The migration will automatically do this if it can find the Traefik config in the standard location **BUT YOU WILL NEED TO RESTART TRAEFIK TO PULL THE NEW PLUGIN**. Otherwise, [please ensure your Badger is up to date](https://docs.pangolin.net/self-host/how-to-update#:~:text=Increase%20the%20Badger%20version%20number).  

> [!IMPORTANT]
> Browser-based RDP, SSH, and VNC as well as the new Pangolin SSH mode requires Newt version `1.13.0` or greater.

> [!IMPORTANT]
> Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.

[View documentation](https://docs.pangolin.net/self-host/how-to-update)