Skip to content

Nexterm

v1.2.2-BETA Feature

This release adds 3 notable features for engineering teams evaluating rollout.

βœ“ No known CVEs patched
Read the diff β†’ Tool health β†’ What is this tool? β†’

✓ No known CVEs patched in this version

Affected surfaces

auth rbac

Summary

AI summary

Broad release touches πŸ“¦ Downloads, /../releases/download/v1.2.2-BETA/nexterm-connector-windows-x64.exe, /../releases/download/v1.2.2-BETA/nexterm-connector-linux-x64.deb, and /../releases/download/v1.2.2-BETA/nexterm-1.2.2-BETA-armeabi-v7a.apk.

Changes in this release

Feature Medium

Adds search bar to file manager UI.

Adds search bar to file manager UI.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds permission system for access control.

Adds permission system for access control.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds API keys for authentication.

Adds API keys for authentication.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds FTP support to file transfer capabilities.

Adds FTP support to file transfer capabilities.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds configurable RDP security method for NLA/Kerberos.

Adds configurable RDP security method for NLA/Kerberos.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds Quick Connect on Mobile for faster session initiation.

Adds Quick Connect on Mobile for faster session initiation.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Feature Medium

Adds user self‑registration capability.

Adds user self‑registration capability.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Dependency Low

Adds missing mysql2 package for MySQL database support.

Adds missing mysql2 package for MySQL database support.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Bugfix Medium

Fixes Engine crash on RDP resize.

Fixes Engine crash on RDP resize.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Bugfix Medium

Fixes local engine crash handling and CPU usage issues.

Fixes local engine crash handling and CPU usage issues.

Source: llm_adapter@2026-07-20

Confidence: medium

β€”
Full changelog

πŸ“¦ Downloads

Connector (Desktop/Mobile App)

| Platform / Architecture | Windows | macOS | Linux | Android | iOS |
| :-- | :-- | :-- | :-- | :-- | :-- |
| x86-64 | EXE Β· MSI | DMG | DEB Β· RPM Β· AppImage | APK | |
| ARM64 | EXE | DMG | | APK | |
| ARM32 | | | | APK | |
| Universal | | | | APK | IPA |

CLI

| Platform | x86-64 | ARM64 |
| :-- | :-- | :-- |
| Windows | nt.exe | |
| macOS | | nt |
| Linux | nt Β· DEB Β· RPM | nt Β· DEB Β· RPM |

Server (Standalone)

| Platform / Architecture | Windows | macOS | Linux |
| :-- | :-- | :-- | :-- |
| x86-64 | EXE | | Binary Β· DEB Β· RPM |
| ARM64 | | Binary | Binary Β· DEB Β· RPM |

Engine

| Architecture | Linux |
| :-- | :-- |
| x86-64 | tar.gz Β· DEB Β· RPM |
| ARM64 | tar.gz Β· DEB Β· RPM |


What's Changed

  • ☰ Remember server list size by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1430
  • docs: improve development setup documentation by @j-gaertig in https://github.com/gnmyt/Nexterm/pull/1473
  • Fix: Engine crash on rdp resize by @tcatlas in https://github.com/gnmyt/Nexterm/pull/1435
  • πŸ› Fix several engine/server issues by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1495
  • πŸ“ Add search bar in file manager by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1496
  • fix(backup): update archiver calls for v8 named-class API by @allamiro in https://github.com/gnmyt/Nexterm/pull/1461
  • πŸ”‘ Permission System by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1501
  • πŸ› Use batch commands in monitoring by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1536
  • πŸ€– AI Enhancements by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1542
  • πŸ› Restore card outline with dynamic colors by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1548
  • fix(deps): add missing mysql2 package for MySQL database support by @eduardomozart in https://github.com/gnmyt/Nexterm/pull/1152
  • πŸ› Unify connection function by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1551
  • Use correct terminal font in shared sessions by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1552
  • πŸ“± Quick Connect on Mobile by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1553
  • πŸ‘€ User self-registration by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1554
  • Add New File / New Folder / Refresh Button in SFTP by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1555
  • πŸ“‹ Smart Copy/Paste by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1565
  • Bug: local engine crash handling and cpu usage by @tcatlas in https://github.com/gnmyt/Nexterm/pull/1549
  • πŸ”„ Proxmox Sync by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1566
  • πŸ”‘ API Keys by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1567
  • πŸ“ FTP Support by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1568
  • πŸ–₯️ Multiple displays by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1574
  • RDP file transfer, WOL broadcast, FreeRDP fix, clipboard paste by @diaverso in https://github.com/gnmyt/Nexterm/pull/1141
  • fix(sftp): support folder uploads via drag-and-drop and action bar by @allamiro in https://github.com/gnmyt/Nexterm/pull/1462
  • feat: Add delete confirmation dialog for servers and folders by @eduardomozart in https://github.com/gnmyt/Nexterm/pull/1186
  • πŸ”‘ Password Input Detection by @tcatlas in https://github.com/gnmyt/Nexterm/pull/1577
  • Add configurable RDP security method to support NLA/Kerberos environments by @GuyGuy-59 in https://github.com/gnmyt/Nexterm/pull/1582
  • 🀝 The Collaboration Update by @gnmyt in https://github.com/gnmyt/Nexterm/pull/1583

Full Changelog: https://github.com/gnmyt/Nexterm/compare/v1.2.1-BETA...v1.2.2-BETA

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Nexterm

Get notified when new releases ship.

Sign up free

About Nexterm

The open source server management software for SSH, VNC & RDP

All releases β†’

Related context

Beta — feedback welcome: [email protected]