1.19.4
deepseek-ai/DeepSeek-OCR1.19.4Jun 26, 2026by oschwartz10612
AI Summary
Fixes a critical bug where newly created clients fail to log in or add users due to an 'No client found for provided orgId' error. Introduces support for browser-based SSH access, requiring updated versions of the Badger Traefik plugin and Newt.
Key Highlights
- Fix for client login errors on new devices/users.
- Browser-based SSH requires Badger Traefik v1.4.1 and Newt v1.13.0.
- Migration instructions required for switching host resources to SSH resources.
Breaking Changes
- Users must switch host resources to SSH resources to manage SSH settings via the UI.
- Traefik must be restarted to pull the new Badger Traefik plugin.
New Features
- Browser-based SSH access
- Update notifications for different client types
- Delete resources associated with sites
- Country flags
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 Refer to the [original 1.19 notes](https://github.com/fosrl/pangolin/releases/tag/1.19.0) for a complete list of what changed since 1.18. * Fix newly created clients from logging in on a new device or adding a new user causing a `No client found for provided orgId` error > [!NOTE] > If this effects you please update to this version then delete the user using the server admin panel, invite them back, and have them reauthenticate in their client. **Full Changelog**: https://github.com/fosrl/pangolin/compare/1.19.3...1.19.4 ## 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)