PRTG Network Monitor

Release notes
for the "stable" release channel

In this most conservative channel you receive the best tested versions. We recommend that you use PRTG's stable versions for live environments.

Please use the "Auto-Update" feature to update your PRTG installation: In the PRTG web interface, simply navigate to Setup | Auto Update. You can also obtain the latest version from the PRTG download page! 

Download PRTG · Manual: "Software Auto-Update" · Previous Versions and other Release Channels

calendar

November 26th 2025 - 25.4.114.1032


Blog article

PRTG 25.4.114 is now available in the stable release channel

PRTG 25.4.114 is now available in the stable release channel
We've just released PRTG version 25.4.114 to the stable release channel.  This version brings you important fixes for the Windows Updates Status (PowerShell) sensor and the VMware Datastore (SOAP)...
Read the complete blog post here



Fixed

Sensors


VMware Datastore (SOAP) sensor

We fixed an issue for the VMware Datastore (SOAP) sensor that created an extra non-functioning channel when you have set your PRTG to a different language than English, for example German or Spanish. This channel did not deliver any values and therefore generated an error status, while the actual Free Space channel continued to function. Please note that existing VMware Datastore (SOAP) sensors will still show this extra channel when you update to this PRTG version, the fix applies when you create this sensor type new.

Windows Update Status (PowerShell) sensor

We fixed an issue for the Windows Updates Status (PowerShell) sensor which has been reporting the following error since the last Windows update from October 14th, 2025: Update history does not contain any entries. Please enable the sensor debug options and contact support for further help. The issue happened when your target system was Windows Server 2025 or Windows 11 updated to latest Windows patches.

Note

Update Notes


PRTG intermediate version 25.4.112.1189

To update to this Stable 25.4.114.1032 and subsequent PRTG versions, you must first install the following PRTG version: 25.4.112.1189 Stable. PRTG 25.4.112.1189 serves as an intermediate version when you want to update from older PRTG versions to this and subsequent versions. This step is necessary because we had to migrate our codesigning certificates to a new Cloud endpoint.

Note

Known Issues


Auto-update

This release contains a new code signing certificate and a corresponding intermediate version which will cause the auto-update process to run two times, please be informed that this could lead to longer update times and multiple reboots.

Important: If you update your PRTG manually, please note that you need to update to the intermediate version 25.4.112.1189 first before you are able to update to the released PRTG version 25.4.114.1032.

Auto-Update/Signature

If you are running a canary channel, the auto-update process may run into problems. You need to either switch to the stable channel for one full update cycle or install the newest update by hand since there is no intermediate version for this version channel available, we are sorry for the inconvenience.

Signature

In certain cases, the PRTG core server does not start anymore after updating to PRTG 25.4.114 and the log file core.log contains the message:
 
  • Signature of \Program Files(x86)\PRTG Network Monitor\32 bit\PRTG Server.exe is not valid or
  • Signature of \Program Files (x86)\PRTG Network Monitor\64 bit\PRTG Server.exe is not valid
The issue mainly affects PRTG installations that are offline or have limited access to the internet and happens if the code signing signature fails due to a missing trust chain in the trusted root certificates of the Windows certificate store.

You can resolve the issue by adding the trusted root certificate for timestamp signature. For more information, see the Knowledge Base article After updating to PRTG 25.4.114, the PRTG core server does not start anymore.

Veeam Backup Job Status & Veeam Backup Job Status Advanced

We currently face an issue in the Veeam Backup Job Status and Veeam Backup Job Status Advanced sensors that do not yet support Veeam 13 for Veeam Backup Enterprise Manager and Backup Server. If you update your systems to this new Veeam version, the sensors will report an error with the message that the JSONPath is incorrect. When you create new sensors of that type, you will receive the following error message: The meta-analysis returned no valid results. Check if the sensor is compatible with the equipment. (code: PE069) We are currently working on a fix for this issue.

Note

Installer


Security

You can verify the authenticity of the PRTG installer with the Secure Hash Algorithms for the following versions and release channels:

Stable 25.4.114.1032
  • sha256_exe 7AE43FB27631364502DB8C5E635329E15B6542F9FE930B4A955C8A5B2CFA9BBF
  • sha256_zip C339DAF3FA37BCDD601CE8F5B620A926C7B2D3F313F810690F2DFC03DAAFFE59

Lab

PRTG API v2


API

  • You are now able to create the following sensor types with the new endpoint /experimental/devices/{id}/sensor via POST request: EXE/Script sensor. The new endpoint is listed under the Sensors section in Swagger UI and gives you information about supported sensors.
  • The schemas endpoint /api/v2/schemas now returns the lookupkey value correctly, for example lookupkey = intervalid or usergroupid.
  • We removed the field kind_variant from all endpoints. This field returned, for example, the value device when you executed a GET request on the api/v2/devices endpoint.
  • We changed the Schemas endpoint experimental/schemas/{kind} in PRTG API v2 so that it is replaced with the following endpoints: experimental/schemas/{parent}/post (for creating objects), experimental/schemas/{id}/patch (for updating objects) and experimental/schemas/{id}/get (for reading objects). You can use the include parameter as a filter for these endpoints in your requests.
  • The Web.log will now create log entries when you execute an API request in PRTG API v2 Swagger UI with an invalid or deleted API key. Requests via API v2 with invalid API keys were not logged before.

Lab

New UI


Mobile view

We fixed an issue for the logout button which was not displayed within the mobile view window and where you had to scroll down to the end of the page in order to logout.

Improved

Various


All parts of PRTG

Various other minor fixes and improvements, updated user manual.

Languages

We updated the German and Spanish language files.

Sensors languages

We updated the German and Spanish language files for certain sensor types.

calendar

October 22nd 2025 - 25.4.112.1189


Blog article

PRTG 25.4.112 is now available in the stable release channel

PRTG 25.4.112 is now available in the stable release channel
Great news for your monitoring setup! We've just released PRTG version 25.4.112 to the stable release channel. This version brings you the new SNMP Linux Disk Free v2 sensor, several security...
Read the complete blog post here



New

Sensors


SNMP Linux Disk Free v2

With this PRTG version we introduce the new SNMP Linux Disk Free v2 sensor which is the successor to the SNMP Linux Disk Free sensor. This sensor monitors the free space on disks of a Linux/Unix system via SNMP. The SNMP Linux Disk Free v2 sensor is also compatible with the Multi-Platform Probe.

Improved

Security


HTTP Client

We updated our HTTP Client Axios for Browser and node.js to version 1.11.0 which fixes a critical vulnerability regarding the used form-data version.

Sensors

We hardened PRTG by improving input sanitization.

Improved

Sensors


Channel limits

We updated the sensor schema for certain sensor types that is used for setting channel limits. Affected sensor types are the Script v2, SSH Script v2 (BETA) and REST JSON Data sensor (BETA) sensor. The schema was updated to version 3, which ensures support for setting channel limits.

Fixed

Server


Activation Token

The Activation Token that shows the identifier of your license is now also displayed for PRTG offline license activations. You will see the Activation Token below your System ID on the License Status page when you select Manual (offline activation) for your license.

License activation

We fixed an issue that could occur during PRTG getting online activation data for a license and if PRTG encounters an exception at the same time. For example, in case of an 500 server error, PRTG would stop completely during activation resulting in an unavailable web interface. PRTG will now catch the exception and list it in the CoreActivation.Log. Furthermore, the PRTG web interface will be available and will direct you to the landing page /activation.htm in these cases.

Paessler PRTG Hosted Monitor

We fixed an issue that occurred on PRTG stable version 25.3.110.1313 for Paessler PRTG Hosted Monitor where invited users were not able to log in to the respective instance. The error message displayed was You are not authorized to access this PRTG instance.

Webserver

We fixed an issue regarding Overload Protection, where PRTG would display the message Warning! Overload protection is active! Click here to learn more even in cases when no Overload Protection was active due to how the value addition is handled for failed login attempts. For more information about Overload Protection and why it is used in PRTG, please see our Knowledge Base article: What is overload protection?

Fixed

Sensors


REST Custom v2

We fixed an issue for the REST Custom v2 sensor where the JSONPath setting for session based authentication was not correctly processed when you selected JSON format as Login Result Type. The login would fail with a 200 HTTP response code, instead 201 (created) should have been returned.

Note

Known Issues


Windows Updates Status (PowerShell) sensor

We are currently experiencing an issue with the Windows Updates Status (PowerShell) sensor, which has been reporting the following error since the last Windows update from October 14th, 2025: Update history does not contain any entries. Please enable the sensor debug options and contact support for further help. The issue happens when your target system is Windows Server 2025 or Windows 11 updated to latest Windows patches. We are currently investigating this issue with the highest priority.

Note

Installer


Security

You can verify the authenticity of the PRTG installer with the Secure Hash Algorithms for the following versions and release channels:

Stable 25.4.112.1189
  • sha256_exe A1C764BAA3D02040E35B5E938AE85B31DC25EDB277FF635A3BBD29E1724E0931
  •  
  • sha256_zip 35FAA3B7B3F773C2D35150A7C59DB79BD05D140AD08E51828572714A429EDE2D

Lab

PRTG APIv2


API

  • We fixed an issue where it was possible to move the ProbeDevice via endpoint /experimental/devices/{id}/move to another Group/Device/Probe. The issue occurred also for the actions clone and delete via APIv2. The ProbeDevice is fixed in PRTG and cannot be deleted, cloned or moved anymore via APIv2.
  • The IP address is now logged in the core logfiles, furthermore the Audit Log, in case of a failed login via ApiToken-Provider. The issue occurred in the PRTG application server where the IP address was not set in previous PRTG versions and thus could not be logged in those cases.
  • You are now able to create the following sensor types with the new endpoint /experimental/devices/{id}/sensor via POST request: AWS Cost sensor, Cloud Ping sensor. The new endpoint is listed under the Sensors section in Swagger UI and gives you information about supported sensors. All setting sections, including lookups, are supported for this sensor type.
  • We have added the field primary that is included in the response code when you execute a GET request on the endpoint /experimental/channels. When you filter for the primary field (true or false) you will receive a list of primary or non-primary channels accordingly.
  • We fixed an issue for the experimental endpoint /experimental/devices that returned the status PAUSED_UNTIL for paused objects by user when you executed a GET request. This status did not match our Schema and will now return PAUSED_BY_USER_UNTIL for objects that were paused by user until a certain date or time.
  • We added two experimental endpoints /experimental/usergroups/{id} and /experimental/usergroups to PRTG API v2 that return a list of created user groups or by ID when you set the include parameter first upon a GET request.
  • We improved the experimental endpoint /experimental/devices/{id}/sensor to accept certain sensor types via POST request when those sensor types have a version number in their name. The endpoint will now accept those sensor types with or without the version number. This change affects the AWS Cost sensor and Ping v2 sensor for now. You will also find an additional note under this endpoint listing the supported sensors.
  • We improved the handling for endpoints in PRTG API v2 that are not available for Paessler PRTG Hosted Monitor instances. For the endpoint /users/reset-password, for example, we now display a note that the endpoint is not available on Paessler PRTG Hosted Monitor. When you execute a POST request on this endpoint for password reset, you will receive a HTTP 501 error response that this method was not implemented yet.
  • We updated our Open API Specification available on API v2 Overview? regarding the endpoints in the sections Experimental and Deprecated.

PRTG application server

  • We fixed an issue for the PRTG application server that ignored parsing errors of the appserver.config.yaml and started with a default configuration. The PRTG application server will no longer start in this case and exit immediately, leaving a panic logfile with a message that explains the issue. This happened, for example, if lines for accesskey and clientuuid existed in the appserver.config.yaml.
  • We fixed an issue for the PRTG application server that occurred when you updated to PRTG version 25.2.108.1358. The PRTG application server would crash sporadically in certain cases and create a panic logfile with the message: panic: runtime error: invalid memory address or nil pointer dereference.

Lab

New UI


Dependencies

We added the option to select a sensor as dependency in the settings Schedules, Dependencies and Maintenance Windows. For the setting Dependency Type you will now see the radio button option Select a sensor. When you click on this option, a sensor selection UI appears, where you can choose from available sensor types.

Device settings

You are now able to set a Scanning Interval in the device settings via drop down menu. Additionally you have the option to set a sensor Status with the setting If a Sensor Scanning Fails.

Device templates

We added a selector for device templates that you can now open in the new UI of PRTG. The Confirm button is disabled when you do not make changes to the selection. When you change the selection for device templates, you are not able to close the dialogue but have to click Confirm instead.

Graphs

We fixed an issue for sensor graphs that were not correctly displayed in the new UI. For example, when you opened the Graphs tab of a sensor and used the Expand option and added one or two more channels, you would see only one channel graph in this case.

Monitoring

We fixed an issue where the vertical scrollbar on the Sensor List tab under Monitoring only appeared at the bottom of the page when you scrolled down. The vertical scrollbar is now visible on the whole page for the Sensor List if scrolling is necessary.

Mobile view

We fixed an issue that occurred when you logged out of the new UI on mobile view. Upon logout, an unknown error would be displayed.

Sensor overview

We fixed an issue on the sensor overview page that occurred sporadically. The issue could happen when you navigated to the sensor overview page and would show an error popup window on the channel gauge view.

Improved

Various


All parts of PRTG

Various other minor fixes and improvements, updated user manual.

Languages

We updated the German and Spanish language files.

calendar

August 27th 2025 - Version 25.3.110.1313


Blog article

Ready for an update? Discover what's new in PRTG version 25.3.110

Ready for an update? Discover what's new in PRTG version 25.3.110
Great news! We just released PRTG version 25.3.110 to the stable release channel. This version introduces two new sensor types that have successfully left their BETA status, a new experimental...
Read the complete blog post here



New

ITOPs Board 3.22.1


Improvements and Fixes

This version comes with an improvement for Application Health Status where you can configure ITOps Board to send a notification when warnings or errors are raised for an integration or for the Vantage DX application. By default, notifications about application health are disabled. You must be an administrator to enable these notifications.

If you use a remote agent, you must update it in this release. This procedure must be performed by an administrator.

Additionally, the following application issues were fixed in this release of ITOps Board:

  • Upgrades failed if the user performing the upgrade had insufficient SQL server permissions. The installer now uses the Application Pool identity for the database upgrade.
  • The times of outages recorded in the SLA report are not displayed consistently for all regional settings. For some regional settings, the SLA report displays the times of outages but does not indicate am or pm.
  • If a child board is pinned to two or more parent boards, users in non-administrator roles are unable to view the child boards.
  • The application displays an SQL timeout error and becomes unresponsive.
  • SLA data is not calculated for business services and shows an error state.
  • Alerts related to a child board are not visible on the parent board.

New

Multi-platform probe 3.4.3


New supported sensors

A new version of the multi-platform probe is now available! With this release the multi-platform probe now supports the SNMP Linux Block Device I/O and REST JSON Data sensor. For more information about the supported sensors please see the manual, Multi-Platform Probe for PRTG

For detailed release notes about this release, see our Knowledge Base article: What are the release notes for the Multi-Platform Probe?.

New

Sensors


REST Custom v2 sensor

The REST Custom v2 sensor has left its BETA status and is now fully supported with this PRTG release. We introduced the REST Custom v2 sensor as experimental sensor with PRTG version 21.2.68.1492. The REST Custom v2 sensor queries a JSON or XML REST API endpoint and maps the according result to sensor values.

During sensor creation, the REST Custom v2 sensor will now have a pre-filled value in the field Request URL for the section Specific Sensor Settings. The field displays https://%host/ to make it easier to identify the supported placeholder. The Request URL field was empty before in previous PRTG versions.

SNMP Linux Block Device I/O sensor

With this version we introduce the new SNMP Linux Block Device I/O sensor, which is the successor to the SNMP Linux Physical Disk sensor. This sensors monitors the input/output (I/O) on disks of a Linux/Unix system via SNMP.

For more information about this sensor, for example, in case you change the SNMP version, please have a look at our Knowledge Base article: Why did my SNMP Linux Block Device I/O sensors stop working after I changed my SNMP version??

SSH Disk Free v2 sensor

The SSH Disk Free v2 sensor has left its BETA state with this PRTG version and is now fully supported. This sensor monitors the available disk space of a Linux/Unix system using Secure Shell (SSH). We released this sensor type as experimental (BETA) sensor with PRTG version 25.1.104.1946.

Improved

Sensors


REST API

We improved the session based authentication method for REST API based sensors to accept more success response codes in the range of 200-299. The Credentials for REST API only accepted the HTTP response code 200 OK for session-based authentication in previous PRTG versions.

Sensorlist.htm

To offer more details and information on a sensor, we added the following columns to the sensorlist.htm: Premeta (if the sensor requires a pre-meta scan), MinInterval and Momo (if it is a rewritten sensor type or not).

Fixed

Server


Add sensor

We fixed an issue that occurred on addsensor4.htm where large metascan entries during sensor creation could lead to an ajax timeout (PE:PE1113) in certain cases due to our update to Delphi 12.2 which also processes this page. This issue occurred, for example, if you tried to add SNMP Traffic sensors to a device with a large number of interfaces.

Dependency

We fixed an issue where a device and sensor with status paused by dependency could not be resumed. The issue occurred, for example, if a sensor was put into simulated error status and this sensor was not set as Master sensor for parent on the according device. In this case, you could not resume the sensor afterwards as it also went into the state paused by dependency. The sensor will now remain in the error status to be able to be resumed again.

License activation

Subscription only

We fixed an issue where license activation for PRTG did not work in certain cases when the license activation file contained certain unicode/UTF characters that could not be decrypted. For example, when the license name included such a special character like Á or a long hyphen, you could observe the following error in the CoreActivationLog: No mapping for the Unicode character exists in the target multi-byte code page. The License status would also return Activation message processing has failed. in these cases.

Notification delivery

We fixed an issue for SMTP notification delivery when you have set your Notification Delivery settings to Use direct delivery with the built-in email server (default). This issue occurred with updating to PRTG version 25.2.106.1114 where email notifications were sent several times instead of only once and was happening only for the PRTG internal SMTP relay server.

Notifications

  • We fixed an issue for email notifications that were sent immediately after a sensor went from paused state into a resumed state and therefore got the status unknown first before collecting data. The issue occurred when you have set a State trigger to this sensor that applies when the sensor stays in an unknown status for a certain time period. PRTG will now recognize the transition from paused state (by user, by dependency, by schedule, by license and until) and will only trigger the notification when the configured trigger applies.
  • You will now receive test notifications properly for MQTT messages within a notification template when you click on the button send test notification. In previous PRTG versions, PRTG would send the test notification with the prefix TEST, what therefore changed the topic you have subscribed to and thus you did not receive the according test notification. We have now added the wording TEST to the body of the notification, so that the topic will not change in this case.

Reports

We fixed an issue for reports that could not process umlauts correctly when you ran a report that included data files within the setting File Format and Delivery. For example, sensors with channel names that include umlauts were not displayed correctly in the xml file after generating the report with those sensors included. The issue occurred with PRTG version 25.1.104.1961.

Fixed

Sensors


NetApp SnapMirror v2 sensor

We fixed an issue for the NetApp SnapMirror v2 sensor that reported the value 0 for the channel Lag in certain cases. The issue occured only for the NetApp SnapMirror v2 sensors. In course of this, we changed the default name of NetApp SnapMirror v2 sensors to show the destination path instead of the source path in the sensor name to ensure that the NetApp SnapMirror v2 sensor uses the same instance name as its predecessor NetApp SnapMirror v1.

Ping v2 sensor

The Ping v2 sensor will now keep the dependency when you create a device template with an according Ping v2 sensor that is set as Master sensor for parent for the device. Previously, when you run an Auto-discovery with specific device templates before, the Ping v2 sensor would be created afterwards, however, it was not set as Master sensor like in the original device.

REST Custom v2 sensor

  • We fixed an issue for the REST Custom v2 sensor that ignored Custom HTTP Headers settings for the type Accept header. For example, if you defined an Accept header in the Custom HTTP Headers of the REST Custom v2 sensor, the header value would be overwritten in the previous PRTG version. The header is now transmitted correctly and you can see the value in the response of the Result of Sensor logfile.
  • We fixed an issue for REST Custom v2 sensors that went into a down or warning state with the message Creation of rest_custom_v2_sensor failed: The setting "authentication_section.authentication_group.login_path" was not available when you updated to PRTG version 25.2.108.1358. A possible workaround for this issue was to pause and resume the sensors to make them run again.

SNMP v3

We fixed an issue for SNMP sensors that reported a timeout -2003 error in certain cases when you updated to the previous PRTG version 25.2.106.1114. The issue occurred in cases when you had SNMP sensors configured with SNMP version v3.

SSH Remote Ping v2 sensor

We fixed an issue that occurred in certain cases when you replaced your SSH Remote Ping v1 sensors with the successor SSH Remote Ping v2 sensors. We deprecated the SSH Remote Ping v1 sensor with PRTG version 25.2.108.1358. In this case, the SSH Remote Ping v2 accidentially would use the SSH host as device instead of the remote target, what resulted in wrong values. You could also observe that the sensor did not display any packet loss which worked with the v1 sensor before.

SSH sensors

We fixed an issue that occurred for certain SSH v2 sensors when you updated to PRTG version 25.2.106.1114. The issue happened only for v2 sensor types, that is why you have been able to observe it in these particular cases after the sensor migration for the SSH INodes Free v1 sensor. The sensor was not able to reconnect to the target device after a broken connection in some circumstances, which we improved now by changing the logic for reconnection.

WMI Event Log sensor

We fixed an issue for the WMI Event Log sensor where the handling for overflow values did not work properly. For example, when the sensor received and displayed values and you restarted the PRTG probe service, you could observe a high peak in the values afterwards.

Fixed

WebGUI


Alarms

We fixed an issue for Sensors With Alarms where objects were not displayed in the column Probe Group Devices. This issue was also fixed for the new UI and occurred only when you used Firefox as web browser.

PRTG Tickets

We fixed an issue in the PRTG Tickets tab that occurred in the Select a Group, Device or Sensor from the list section when you clicked on Add Ticket. The elements from the device tree would be overlapping in the search field in previous PRTG versions.

Note

Update Notes


Tree Version Update

The configuration file of this version is not downwards compatible with previous PRTG versions.

Note

Sensors


Common SaaS sensor

With this PRTG version we deprecate the Common SaaS sensor. You cannot add this sensor anew when you update to this PRTG version, however, existing sensor types continue to run. This sensor will not have a successor v2 sensor. You will receive an according TO DO ticket from PRTG when you update to this version.

SSH INodes Free sensor

With this PRTG version we discontinue the SSH INodes Free v1 sensor. We announced the deprecation of the SSH INodes Free v1 sensor with PRTG version 25.2.106.1114 where also existing SSH INodes Free sensors were migrated to their successor v2 sensors. Please note that existing SSH INodes Free v1 sensors will stop working when you update to this PRTG versions, however, this does not apply for migrated SSH INodes Free sensors. It is not possible to create an SSH INodes Free v1 sensor anymore. For more information about sensor deprecation and discontinuation, please see our Knowledge Base article: What do deprecation and discontinuation in the context of a sensor mean?

Sensor migration

With this PRTG version, the following sensor types are migrated to their successor v2 sensors: SSH Meminfo, SSH Load Average and SSH Remote Ping sensor. PRTG will sent an according TO DO ticket with all relevant information. We announced the deprecation of SSH Meminfo, SSH Load Average and SSH Remote Ping sensor with PRTG version 25.2.108.1358.

Discontinuation of Python Script Advanced sensor with PRTG 25.x.110

With this PRTG version we discontinue the Python Script Advanced sensor. We announced the deprecation of this sensor type with PRTG version 25.1.104.1946. Running sensors of this type will stop working and report an error message about the disontinuation and the Python installation will be removed when you update to this PRTG version. To ensure further monitoring, please use the successor Script v2 sensor instead and make sure to adjust your custom scripts in advance.

For more information please see our Knowledge Base article: What do deprecation and discontinuation in the context of sensors mean?

Read here for differences and more information about the two sensors: Why should I use the Script v2 sensor?

We also provide information on how to migrate your scripts with this Knowledge Base article: How can I make my Python scripts work with the Script v2 sensor?

Note

Server


License information

Subscription only

With this PRTG version we display an Activation Token on the License Information page. This token shows the identifier of your activated license. The Activation Token is displayed for Paessler PRTG Enterprise and Subscription licenses and valid also for offline license activations.

Note

Installer


Security

You can verify the authenticity of the PRTG installer with the Secure Hash Algorithms for the following versions and release channels:

Stable 25.3.110.1313
  • sha256_exe 16649C98C3EBF43D982E4798448661140704D6209751298AEA4B26A4A3C9D674
  •  
  • sha256_zip 82BF773F808FFEE8ED9AB05F1520E296C2499A1D3430F4170CE7ED64472B4913

Lab

Sensors


REST JSON Data sensor

You can try out the experimental REST JSON Data sensor (BETA) that we introduce with this PRTG version. This sensor queries an HTTP endpoint which returns JSON data in a well defined format. The format is the same as for the Script v2 sensor. Depending also on the JSON response, the sensor will create the channels Status and HTTP Status, amongst others. This sensor is also compatible with the Multi-Platform Probe.

Lab

PRTG API v2


API

  • We improved our internal naming conventions to be more consistent in the format. In course of this, we renamed the property _inheritanceSource to to _inheritancesource.
  • We implemented a new endpoint /experimental/devices/templates that returns a list of available device templates upon GET request.
  • You are now able to create a Ping sensor with the new endpoint /experimental/devices/{id}/sensor via POST request. The new endpoint is listed under the Sensors section in Swagger UI and gives you information about supported sensors: This endpoint does not yet support all sensor types. Currently only the following sensors are supported: * Ping. The body of the POST request contains the settings of a ping sensor as defined in the schema, for example, required fields and settings sections.
  • We fixed an issue where a remote probe returned the status CONNECTED in the PRTG API v2 under yourserver:1615/api/v2/probes/ID although it was not approved yet. You will now receive the correct status for the remote probe PENDING_APPROVAL in this case.
  • You can now send a GET request on the endpoints /experimental/objects or experimental/groups/{0} with the include parameter and value all. Previously, the inheritanceSource would return unknown_reference_object_type for the type field. You will now receive correctly REFERENCED_ROOT.

PRTG application server

  • We improved the supported number of ciphers used in the TSL configuration for Default security (TLS 1.3, TLS 1.2) (recommended) that you can edit in the PRTG Web Server settings for Connection Security. The setting for Weakened security will still support older TLS versions and all current cipher suites used in the PRTG application server.
  • We fixed an issue that occurred in previous PRTG Preview version 25.3.109.1353 where an HSTS( Strict-Transport-Security) header was not sent correctly by the application server. The PRTG application server will now no longer send an example HSTS header during installation. Please use appserver.config.yml for configuration of an own HSTS header.
  • We fixed an issue for the PRTG application server that got stuck in certain cases during shutdown process and where it has hung up during the step unsubscribing from core notifications. As a result, also core and web server processes were not able to shutdown. A possible workaround was to manually stop the process.

Licenses

Subscription only

We fixed an issue that occurred in certain cases when you have added a PRTG Subscription license and when displaying PRTG in the new UI was not possible. PRTG Subscription license types were enabled in the PRTG core, however, in certain cases the PRTG application server did not recognize them as valid. When you clicked on Open new UI button on the login page, PRTG would show An unknown error occurred in these cases.

Lab

New UI


Interface

We updated our typography throughout the New UI to match the design system.

Improved

Various


All parts of PRTG

Various other minor fixes and improvements, updated user manual.

Languages

We updated the German, Spanish and Japanese language files.

Sensor Languages

We updated the language files in German, French, Portuguese, Russian, Chinese, Japanese and Dutch for certain selected sensor types.

calendar

July 2nd 2025 - Version 25.2.108.1358


Blog article

PRTG 25.2.108 is now available in the stable release channel!

PRTG 25.2.108 is now available in the stable release channel!
We're excited to announce that PRTG version 25.2.108 is now available in the stable release channel! This version brings several new sensor types that have graduated from their BETA phase,...
Read the complete blog post here



Improved

Security


Auto-discovery

We hardened PRTG in relation to CVE-2024-12833 by applying further sanitization to names objects.

Webserver

We hardened PRTG against a possible XSS (Cross-Site Scripting) vulnerability. We considered this vulnerability as medium with a CVSS score of 6.5 and the vectors as follows: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N.

New

Multi-platform probe 3.3.0


New Architecture

A new version of the multi-platform probe is now available! With this release the multi-platform probe has undergone a major re-architecture to deliver you a better overall user experience. Key improvements of the new multi-platform probe architecture are enhanced performance and reliability, allowing you to deploy more sensors per probe while reducing memory consumption and overall resource usage. For example, previously, you were required to have 2 CPU cores to support 200 sensors. With the new architecture, the multi-platform probe can support up to 400 sensors with the same setup. Please see the manual, Multi-Platform Probe for PRTG , for the updated system requirements.

In addition to these user-facing enhancements, we made the probe easier to maintain and improve, enabling us to streamline the development of new features, maintenance, and bug fixes.

For detailed release notes about this release, see our Knowledge Base article: What are the release notes for the Multi-Platform Probe?.

New

Sensors


NATS Server Overview sensor

We introduce the new NATS Server Overview sensor with this PRTG release that monitors a NATS Server by connecting as a NATS Client in order to retrieve monitoring data. In case of Jetstream enabled NATS servers, the NATS Overview sensor will display the additional channels Jetstream Memory Used (%), Jetstream Storage Used (%), Jetstream Memory Reserved (%) and Jetstream Storage Reserved (%).

SNMP CPU Usage sensor

We introduce the new SNMP CPU Usage sensor with this PRTG version that is the successor sensor for the SNMP CPU Load sensor. This sensor type monitors the system load via the Simple Network Management Protocol (SNMP). This sensor type was rewritten to be compatible with the Multi-Platform Probe.

SNMP UPS Status sensor

With this PRTG version, the SNMP UPS Status sensor left its BETA status and is now fully supported. This sensor type monitors the status of an uninterruptible power supply (UPS) via Simple Network Management Protocol (SNMP). We introduced this sensor type as experimental sensor with PRTG version 24.4.102.1351.

SSH Load Average v2 sensor

With this PRTG version, the SSH Load Average v2 sensor left its BETA status and is now fully supported. This sensor monitors the load average of a Linux/Unix system using Secure Shell (SSH). We introduced this sensor type as experimental sensor with PRTG version 24.4.102.1351.

SSH Meminfo v2 sensor

With this PRTG version, the SSH Meminfo v2 sensor left its BETA status and is now fully supported. This sensor monitors the memory usage of a Linux/Unix system using Secure Shell (SSH). We introduced this sensor type as experimental sensor with PRTG version 24.4.102.1351.

SSH Remote Ping v2 sensor

With this PRTG version, the SSH Remote Ping v2 sensor left its BETA status and is now fully supported. This sensor remotely monitors the connectivity between a system running Linux/macOS and another device using Internet Control Message Protocol (ICMP) echo requests ("ping") and Secure Shell (SSH). We introduced this sensor type as experimental sensor with PRTG version 24.4.102.1351.

SNMP Linux Load Average v2

With this PRTG version we introduce the new SNMP Linux Load Average v2 sensor that is the successor sensor for SNMP Linux Load Average. This sensor type was rewritten to be compatible with the Multi-Platform Probe. The SNMP Linux Load Average sensor monitors the system load average of a Linux/Unix system via the Simple Network Management Protocol (SNMP).

SNMP Linux Meminfo v2

With this PRTG version we introduce the new SNMP Linux Meminfo v2 sensor that is the successor sensor for SNMP Linux Meminfo sensor. This sensor type was rewritten to be compatible with the Multi-Platform Probe.

Please note that the channel Available Memory (%) has been renamed to Free Phyiscal (%) and vice versa to better match its purpose, for example, Available Memory (%) should be the memory that is available for applications if the operating system was also reclaiming buffers/cache space, whereas Free Phyical (%) is the value which is not in use currently.

SNMP Memory v2

We introduce the new SNMP Memory v2 sensor with this PRTG version that is the successor sensor of the SNMP Memory sensor. This sensor type monitors the memory usage of a system via the Simple Network Management Protocol (SNMP). This sensor type was rewritten to be compatible with the Multi-Platform Probe.

Improved

Server


Licenses

We improved our handling for licenses to accept more formats when you have to use the Activation Data file in order to activate PRTG on an offline system. This file will be sent as .dat or .txt file and it is needed during the manual activation process.

License activation

Subscription only

We improved the behavior of PRTG when you have activated a PRTG Subscription or Paessler PRTG Enterprise Monitor license that has expired or is going to expire. You will now receive a growl message that displays when your PRTG Subscription license has expired or will expire. In case of license expiration, the License Status will show the activation data is no longer valid. Additionally, PRTG requests the value from validuntil in the activation data as well when you activated it with a Paessler PRTG Enterprise Monitor license first on an online system and later switch to an offline environment.

Improved

Sensors


SNMP Disk Free v2 sensor

We added support for flash memory classification in the SNMP Disk Free v2 sensor. Previously, disks reported as flash memory in the SNMP Disk Free v2 sensor were not listed during sensor creation.

Improved

WebGUI


PRTG logo

We replaced our old PRTG gauge logo with a new one that was updated in colour and style throughout PRTG. The logo has also changed in the new UI in various locations, for example, in the tab as the favicon display or as the Monitoring icon.

Changed

Server


SMTP authentication

Microsoft announced that Exchange Online will permanently remove support for Basic authentication with Client Submission (SMTP AUTH) in September 2025. To further maintain support for SMTP settings and email delivery in PRTG, please see the following Knowledge Base article: How can I use SMTP with the deprecated Microsoft Exchange authorization?

Fixed

Server


Active Directory

We fixed an issue that occurred when your active directory server was not accessible and you wanted to add a user group to your PRTG. You would receive a Bad Request pop-up instead of a proper error message. PRTG will now display Active Directory Domain not found under Active Directory Group in the User Group Settings in these cases.

API keys

We fixed an issue for the endpoint getdesktoptoken.htm, that returned the message unauthorized when you had Single Sign-on configured and created an API key for PRTG Multiboard. The issue occurred when you were logged in with the relevant Single Sign-on user to whom the API key was assigned. PRTG will now return the according API token and only display the error message when the user has no assigned token.

HTTP errors

We fixed an issue for returned errors on certain not accessible pages in PRTG that previously reported a not found error. PRTG will now return a HTTP 403 forbidden path error in those cases.

Logging

We fixed an issue where log messages with the text Wrong period in cache where wrongly logged as exceptions when you changed a graph period under Graph Settings in the User Interface setup.

Notifications

We fixed an issue for notification templates where settings for Microsoft Teams and Slack notifications were cleared in certain cases. The issue occurred when you selected notification templates via multi-edit menu to add tags. After you have added tags for your notification templates and saved the changes, the set checkboxes under Custom Content in the Microsoft Teams and Slack notification templates were cleared.

PRTG activation

PRTG will now list the actual System ID in the Core.log and in the PRTG Administration Tool to help solve license activation issues in case of incorrect returned System IDs. When you wanted to perform an offline activation of PRTG with a Paessler PRTG Enterprise license, for example, and the System ID was incorrect, you would get the error message The local system ID does not match the system ID returned by the activation service. This information is not available on PRTG remote probe systems.

Fixed

Sensors


HPE 3PAR Drive Enclosure

We fixed an issue for the HPE 3PAR Drive Enclosure sensor that reported the error message N/A could not be converted to integer in certain cases. The issue occurred when the drive controller reported an invalid temperature or no temperature at all.

HPE ProLiant Memory Controller sensor

The HPE ProLiant Memory Controller sensor now supports additional lookups for systems using Adaptive Double Device Data Correction (ADDDC). Previously, the sensor reported an error undefined lookup value (16) in such cases.

SNMP Disk Free v2

We fixed an issue for the SNMP Disk Free v2 sensor that displayed the settings Type and Size for the monitored disks in the sensor Settings. Those columns should only be available during sensor creation. The SNMP Disk Free v2 sensor will now only display the columns Type and Size during sensor creation in the result columns.

SNMP v3

We fixed an issue for SNMP v3 error messages that did not reflect that the error was due to a timeout. In case of an SNMP timeout, the error message will now display Timeout Error: The sensor failed to communicate with the target system.

sFlow sensors

We fixed an issue in the sFlow sensor to support 32bit numbers in the SourceID field. In previous PRTG versions, this packet format was not accepted by PRTG. This change allows you to monitor now specific devices, for example Neptune (NPT) routers.

Note

Known Issues


Notification delivery

We currently face an issue with SMTP notification delivery when you have set your Notification Delivery settings to Use direct delivery with the built-in email server (default). This issue occurrs with updating to PRTG version 25.2.106.1114 where email notifications are sent several times instead of only once. Additionally, you will notice an error growl message: Your PRTG core server is currently unable to send email notifications. Check your configuration..

SNMP v3

With updating to PRTG version 25.2.106.1114, SNMP sensors monitoring devices via SNMP v3 may report a timeout error (SNMP error -2003) in certain rare cases. A probe restart only helps temporarily. In case you received a preliminary fix for this issue, we recommend that you update your PRTG only when we deliver a fixed library in the upcoming versions.

SSH sensor migration

There currently is an issue that occurrs in certain rare cases after sensor migration of SSH sensors. The SSH Inodes Free v2 sensor, for example, ran into a timeout under certain circumstances when you updated to PRTG version 25.2.106.1114 in which we introduced the migration process for this sensor type. In the Result of Sensor log, that is created when you enable Store Result for this sensor, you could also observe a connection failure and timeout error. We are investigating the problem with the highest priority.

Note

Installer


Security

You can verify the authenticity of the PRTG installer with the Secure Hash Algorithms for the following versions and release channels:

Stable 25.2.108.1358
  • sha256_exe 5DD6D0FEC1071FC5F90CF05E81965BB01CC47726CF63FCA37421DE60E927405C
  •  
  • sha256_zip 144D4E61D3E095550C22542919F0C5859CFDF27683351F03FA1429C53ABC1AD5

Note

Sensors


Deprecation of SFTP Secure File Transfer Protocol sensor with PRTG 25.x.108

With this PRTG version we deprecate the SFTP Secure File Transfer Protocol sensor. Existing sensors will continue to run but you will not be able to add this sensor anew when you update to this PRTG version. Currently there is no successor sensor planned for this sensor type. You will receive an according To Do ticket in PRTG about this sensor deprecation.

Discontinuation of SSH INodes Free sensor

With this PRTG version we discontinue the SSH INodes Free sensor. We already announced the deprecation of this sensor type with PRTG version 25.2.106.1114. Running SSH INodes Free sensors on your PRTG installation will stop working when you update to this PRTG version. Migrated sensor types from SSH INodes Free to the successor v2 sensor version are not affected. You cannot add the SSH INodes Free sensor anymore when you update to this PRTG version. Please use the successor sensor SSH INodes Free v2 in this case which left its BETA status with PRTG version 25.1.104.1946.

Deprecation of certain sensor types with PRTG 25.x.108

With this PRTG version we announce the deprecation of the following sensor types: SSH Meminfo, SSH Load Average and SSH Remote Ping sensor. Existing sensor types will continue to run when you update to this PRTG version, however, you cannot add those sensors anymore as new. PRTG will also create an according To Do ticket. For more information on sensor deprecation, please see our Knowledge Base articles: What sensors are deprecated and what are their successors or alternatives? and What do deprecation and discontinuation in the context of sensors mean?

Upcoming sensor migration with PRTG version 25.x.110

With this PRTG version we announce the sensor migration that will happen with PRTG 25.x.110 for the following sensor types: SSH Meminfo, SSH Load Average and SSH Remote Ping sensor. PRTG will sent an according TO DO ticket with all relevant information. The sensors will be migrated to their successor types SSH Meminfo v2, SSH Load Average v2 and SSH Remote Ping v2 sensor. Those successor sensors left their BETA status with this PRTG release.

Lab

Sensors


REST Custom v2

  • We added the option to use session-based authentication with the REST Custom v2 (BETA) sensor in order to monitor devices that cannot be integrated into PRTG yet. You will find additional settings Session Based Authentication in the device settings under Credentials for REST API where you can define an Authentication Method.

    Important:: Please note that existing REST Custom v2 sensors will go into down or warning state with the error message Creation of rest_custom_v2_sensor failed: The setting "authentication_section.authentication_group.login_path" was not available when you update to this PRTG version. To solve this issue, please pause and resume the affected sensors to make them work again. We will provide a fix for this issue with the upcoming PRTG versions.
  • We improved the logging for the REST Custom v2 sensor concerning passwords, placeholders and API keys that you can configure under Credentials for REST API in the device settings. For example, if you run an auto-discovery with device template for this sensor type, no sensitive data will be logged in the CoreAutoDiscovery logfile or the data is masked and therefore unreadable.

SNMP CPU Usage sensor

You can try out the experimental SNMP CPU Usage sensor (BETA) which is the successor of the SNMP CPU Load sensor. This sensor type monitors the system load via the Simple Network Management Protocol (SNMP). Please note that you need to enable the PRTG BETA feature under Experimental Features in the PRTG Setupfirst in order to use this sensor.

Lab

PRTG APIv2


API

  • We implemented a new endpoint /experimental/devices/{id}/move in our PRTG APIv2 that allows you to relocate objects within the monitoring structure via POST request. In this new endpoint, you can enter the ID of the device that you want to move in an additional field. In the request body, you need to add the parent and the position where the device should be placed.
  • We implemented a new GET endpoint under api/v2/experimental/license in the Systems section of Swagger UI. This endpoint is only accessible if you are logged in as a PRTG administrator. You can receive information about the current PRTG license with the fields start_date, end_date, maintenance_end_date via GET request.
  • We fixed an issue for GET endpoints in PRTG API v2 that returned a 200 OK response with a default set of fields when you, for example, had a typing error in the inheritance parameter. The API will now return a 400 Bad Request in this case with the message the request could not be processed.
  • We added a new filter operator Ancestor ID for experimental list endpoints in PRTG API v2. The filter returns all objects that have the specified ID as an ancestor in their object hierarchy. Affected experimental endpoints are, for example, /experimental/channels and /experimental/sensors.
  • We fixed an issue where the pagination headers for all experimental endpoints related to the wrong endpoint. In most of the cases, the headers pointed to endpoints that were not set as experimental. For example, /api/v2/experimental/devices related to /api/v2/devices instead. The pagination headers will now point to the same endpoint as the requested URL.
  • We implemented a new GET endpoint /experimental/objects that allows you to receive probes, groups, devices, sensors and channels from a single endpoint.

PRTG application server

We improved the performance of the PRTG application server used on larger installations and reduced memory consumption on all installations.

Lab

New UI


Home page

We added an extra card that displays the current version of PRTG that you have installed. The card shows the title Your version of PRTG. You can also see previous and additional versions with the link View version history / release notes of previous versions.

Notification trigger

To make the Notification Triggers more visible, we moved the Notification Triggers section from access via button to an extra tab. You will also have the possibility to access the Notification Triggers via context menu.

Monitoring

We fixed an issue that occurred when you clicked the split view buttons on the Monitoring page from left to right or vice versa and when the developer tools were opened in the browser at the same time. You would receive an unknown error growl message in these cases and when you used Chrome as browser for PRTG.

Tabs

We fixed an issue where the link back from the new UI to classic web interface resulted in an error page when you navigated to the History or Logs tab of the local probe. PRTG would return an error page There was a problem... when you clicked on Open Classic UI in the relevant tabs.

Improved

Various


All parts of PRTG

Various other minor fixes and improvements, updated user manual.

Languages

We updated the German, Spanish, French, Russian, Chinese, Portuguese and Dutch language files.

calendar

May 6th 2025 - Version 25.2.106.1114


Blog article

PRTG version 25.2.106 is out now!

PRTG version 25.2.106 is out now!
A new PRTG stable release is here! Version 25.2.106 brings a mix of new features, improvements, fixes, and some important updates to enhance your monitoring experience.
Read the complete blog post here



New

Itops Board 3.20.0


Improvements and Fixes

This version comes with a new setting that allows administrators to customize the time interval at which ITOps Board sends notifications.

Additionally, the following issues were fixed in this release of ITOps Board:

  • Dialog boxes that allow users to edit table columns do not work well with screen readers. These tables have been updated for improved accessibility.
  • When you attempt to open the Alerts tab on a board, the tab does not load.
  • When the alert count for a board changes, the interface does not automatically refresh and show an updated alert count.

Improved

Security


Webserver

We hardened PRTG against open redirect vulnerabilities where URL forwarding to external sites was possible.

Improved

Sensors


Device templates

We adapted our device templates so that they also contain the new v2 sensor types. Former deprecated sensors that have an according v2 sensor type as successor were removed from the device templates. For example, when you execute an auto-discovery with device template for Server DNS, the DNS v2 sensor will be added afterwards.

VMware Datastore (SOAP) sensor

The VMware Datastore (SOAP) sensor now includes limits for the channel Free Space by default. The Lower Warning Limit (%) is set to 10 and Lower Error Limit (%) is set to 5. These thresholds are set by default when you create this sensor type new or when you did not have set custom limits before in a previous PRTG version for this sensor. When you have set custom limits before, those settings will be kept when you update to this PRTG version.

Script v2 sensor

The Script v2 sensor now supports native executables. This means that the sensor can now run arbitrary executable files (Linux) or *.exe (Windows). The native executable file should be stored on the probe system. On Linux systems, executables require execute permissions to run. To run Python scripts, this sensor requires that Python 3 is within PATH.

Sensor status

We improved the error message text in the sensor status so you will receive a proper error message instead of a generic one when certain exceptions occur.

Improved

Server


License

We improved our license handling and error messages on the License Information page in PRTG. For example, when you want to change your license and the key is not valid or wrong, you will receive an according error message Activation successful - using previous license key. PRTG will then use the previous key as stated in the message instead.

Important

Sensors


SSH INodes Free sensor migration

Your SSH INodes Free sensors will be migrated to the successor SSH INodes Free v2 sensors when you update to this PRTG version and higher. We already announced the upcoming sensor migration with PRTG version 25.1.104.1946. After successful sensor migration, your SSH INodes Free v2 sensors will keep the ID, settings and historic data of the former SSH INodes Free sensors. You will receive an according TO DO ticket in PRTG about relevant device template migration and under which path you can find a backup of the original files. For more information about sensor migration, please see the Knowledge Base article: What is a sensor migration?

Fixed

Server


Geo location

We fixed an issue for geo location information that was displayed in native language for the according country, region or city. The issue occurred because our location service provider updated their API which had impact on the location language. The locations in the Geo Map will be displayed in English again when you update to this PRTG version.

PRTG application server

We fixed an issue that occurred with PRTG version 25.1.104.1946 where the application server service stopped running or did not run at all in rare cases, depending on the number of sensors and system resources, for example. As a result, you could not use the new PRTG user interface. You could also observe that the application server was consuming much more memory in these cases.

SMTP settings

We fixed an issue that occurred when you have set your SMTP server settings to Continue delivery if session is disconnected by client in order to receive email notifications in certain cases. PRTG would cut the connection to the SMTP server before getting any confirmation in those cases. PRTG will now send a QUIT verb to the SMTP server before cutting the connection.

Fixed

Sensors


HTTP Transaction sensor

  • We fixed an issue for the HTTP Transaction sensor that occurred in previous PRTG versions where the sensors went into Down state after updating to PRTG 22.2.77.2204 in certain cases. A possible workaround was to set the Monitoring Engine to use the Compatibility engine mode in order to monitor the URL what helped in certain cases. The issue happened because the HTTP request cookie was not transferred for all following requests in a non compatibility mode. In some cases the HTTP Advanced sensor was also affected by reporting that the connection was refused and it would work again with the Compatibility engine mode.
  • We fixed an issue for the HTTP Transaction sensor that occurred when you chose the option Compatibility engine under the option Monitoring Engine section and you set a text value for example ccc in the option Response must not include field in the sensor settings. The sensor then would have displayed a down status with the message URL #1 Warning: RegEx does not match [ccc].

LDAP sensor

We fixed an issue for LDAP sensors that could not be created via device template in certain cases. The issue occurred when you created a device template for an LDAPS server with accordingly configured sensors before, that is LDAP Specific has to be set to Use LDAP over SSL in the Connection Security. The sensors would be created afterwards but the settings were configured wrongly to use LDAP (Port 389) for unsecure connections.

NetApp SnapMirror v2

We fixed an issue for the NetApp SnapMirror v2 sensor that reported the error message The queried field "resnyc_failed_count" is empty in certain cases. The issue occurred, when you monitored a NetApp SnapMirror system that never had a failed resync or update.

OPC UA sensors

We fixed an issue for OPC UA sensors that went into error state in certain cases when you have set the Security Mode in the Credentials for OPC UA of your device settings to None. The issue occurred, because the sensors still used a previously set client certificate although you disabled the Security Mode in the device settings.

SNMP v3

We fixed an issue for SNMP sensors that reported the error message SNMP error -2011 and Could not create SNMP session (-1)-2011 in certain cases when you updated to the latest PRTG version 25.1.104.1961. The issue occurred for sensors using SNMP v3 for monitoring as set version.

Sensor count

We prevented a possible access violation that could happen in rare cases when a probe created too many sensors at once. The fix applies for classic remote probes as well as the Multi-Platform Probe. On Windows systems, the error could be displayed as Invalid access to memory location with error code 998.

WMI Vital System Data v2 sensor

The WMI Vital System Data v2 Sensor now offers the counter Memory:Cache Bytes when you add a new sensor under the section Vital System Data Readings Accessible Using WMI.

Fixed

Paessler PRTG Enterprise Monitor


Single Sign-on

Subscription only

We fixed an issue that occurred when you had Single Sign-on configured in your PRTG and changed the license key to a Paessler PRTG Enterprise Subscription license type. In those cases, the Single Sign-on login would not work anymore and the Single Sign-On Settings under System Administration would be missing additionally after changing the license type.

Improved

WebUI


Sensor overview

We improved the wording for sensors that is displayed in the sensor overview popup when you hover over a sensor in the device tree.

Note

Update Notes


Tree version update

The configuration file of this version is not downwards compatible with previous PRTG versions.

Note

Sensors


Deprecation of SSH INodes Free sensor with PRTG 25.x.106

With this version we announce the deprecation of the SSH INodes Free sensor, that will be migrated to a successor SSH INodes Free v2 sensor when you update to this PRTG version. SSH INodes Free v1 sensors cannot be added anew when you have updated to this PRTG version. For more information about sensor deprecation and discontinuation, please see our Knowledge Base article: What do deprecation and discontinuation in the context of sensors mean?

Deprecation of Python Script Advanced Sensor with PRTG 25.x.106

With this version we deprecate the Python Script Advanced sensor that we already announced with PRTG version 25.1.104.1946. The Python Script Advanced cannot be added anew when you update to this PRTG version, however, existing sensor types continue to run. Please use the successor sensor Script v2 instead. For more information please see our Knowledge Base article: What do deprecation and discontinuation in the context of sensors mean?

Read here for differences and more information about the two sensors: Why should I use the Script v2 sensor?

We also provide information on how to migrate your scripts with this Knowledge Base article: How can I make my Python scripts work with the Script v2 sensor?

Note

Installer


Security

You can verify the authenticity of the PRTG installer with the Secure Hash Algorithms for the following versions and release channels:

Stable 25.2.106.1114
  • sha256_exe CBEB1C5ECD86060B2866E1E6C56844FDA63CECB3EB29A7551DA94DB7066F95A0
  •  
  • sha256_zip ED2E78563E54F187F3E6078DE85D0671B246E393AB154A4B0EBEA59A15659C38

Lab

PRTG API v2


API

  • You can now receive and edit location information with the include parameter set to locationgroup via GET and PATCH request on the devices and group endpoints. To see the location of an object, use the /{id} or list endpoint for a certain object type and make sure to include locationgroup via the include parameter.
  • We added the sections /experimental/users/{id} and /experimental/users for GET requests in the api/v2/oas.
  • You are now able to create a group via PRTG API v2 and an according POST request on the endpoint /api/v2/experimental/groups/{id}/group and /api/v2/experimental/probes/{id}/group .
  • You are now able to edit group settings via PRTG API v2 and an according PATCH request on the endpoint /api/v2/experimental/groups/{id}.
  • You can now delete a group or a sensor with a DELETE request in the experimental section /experimental/groups/{id} or /experimental/sensors/{id}. If the request is successful, you will receive a 204 response code.
  • We updated the /devices/{id} and /groups/{id} to receive and display information about the status of auto-discoveries. When you execute a GET request on the mentioned endpoints, you will see the additional section about auto-discovery with the fields active, progress and last_autodiscovery, which display whether an auto-discovery is currently running, the progress and when the last auto-discovery ran respectively. Please make sure to set the include parameter first for the section autodiscovery.
  • We fixed an issue that occurred when you sent a PATCH request to the /devices/{id} endpoint for the settings group discoverytypegroup and the devicetemplate value was not set. The returned error response code was 400 with the message BAD REQUEST in those cases.
  • We fixed an issue for the dbport field in the dbcredentials used for Credentials for Database Management Systems in the device settings. When the default value of that according field was set to 1, for example, the request would fail in the PRTG API v2.

Lab

New UI


Auto-discovery

You will now see an indicator bar in your device tree view indicating there is an auto-discovery session running in the device tree. If you have more than one sessions running the indicator bar will display the total number.

Improved

Various


All parts of PRTG

Various other minor fixes and improvements, updated user manual.

Languages

We updated the German and Spanish language files.