Support

How to check PaperCut NG/MF component version numbers

THE PAGE APPLIES TO:

Last updated March 20, 2025

Application Server version

Check the version of the PaperCut NG/MF Application Server through the PaperCut NG/MF admin interface (e.g. http://my-papercut-server:9191/admin), then About > Version info:

Screenshot showing the version information of a PaperCut MF application server

Release history:

Mobility Print server version

Check the version of the Mobility Print server through the PaperCut NG/MF admin interface (e.g. http://my-papercut-server:9191/admin), then Enable Printing > Mobile & BYOD > Mobility Print, where each of your Mobility Print servers are listed, along with the version number in use.

Or, through the Mobility Print admin interface (e.g. http://my-mobility-print-server:9163/) directly, where the version number is listed above the server status:

Screenshot showing the version information (top right) of a PaperCut Mobility Print server

 

Release history:

Check the version of the Print Deploy server through the PaperCut NG/MF admin interface (e.g. http://my-papercut-server:9191/admin), then Enable Printing > Print Deploy then checking the version number at the top right of the screen:

Or within that same area, you can use the Settings tab the click the Configure auto-updates button to view version information and auto-update information.

Release history:

Job Ticketing server version

Check the version of the Job Ticketing server through the PaperCut NG/MF interface (e.g. http://my-papercut-server:9191/admin), then Options > Job ticketing > Manage rooms. In the Job Ticketing screen, check the version number listed at the bottom of the screen.

Screenshot showing the Job Ticketing server version information

 

Release history:

Universal Print connector version

Check the version of the Universal Print connector through the Application Server (or secondary server) file systems where you have the Universal Print connector installed.

Check the directory [installation directory]\providers\universal-print\win\ (e.g. C:\Program Files\PaperCut MF\providers\universal-print\win) and check for the latest ‘version’ folder - e.g. v2024-02-28-2055 (or later - it’s in the format of vYYYY-MM-DD-xxxx).

Screenshot showing the latest version directory in explorer on Windows

An additional check can be made by looking at the .version file in the same folder, and see which version it’s pointing to:

Screenshot showing the contents of the .version file for Universal Print connector - showing the latest version

Release history:

Site Server version

Check the version of the PaperCut NG/MF Site Server through the PaperCut NG/MF admin interface (e.g. http://my-papercut-server:9191/admin), then Sites > Site Server List > [select Site Server] > Details > Installed version.

Or check the version of the PaperCut NG/MF Site Server through the PaperCut NG/MF Site Server Status page (on the Site Server itself - e.g. http://my-papercut-site-server:9191/admin), then check below the sync-status box at the bottom of the screen for the PaperCut NG/MF Site Server version:

Screenshot showing the Site Server sync status screen, with the version number at the bottom

Release history (same as the Application Server release history):

Database version and database driver version

Check the version of the database and the database driver version in use (especially if you’re using an External database like MS SQL or PostgreSQL or others) by reviewing the Application Server log files.

From PaperCut NG/MF version 24.1.1 you will be able to see the following lines immediately after the Application Server start up. These entries can be found in the file system under [app install]/server/logs/server.log for example C:\Program Files\PaperCut MF\server\logs\server.log (or if there are multiple logs, the information may be within server.log.*).

  • The “Database version” will list the database platform version in use (e.g. if you’re using Microsoft SQL Server and you see version 13.0, that means you’re using SQL Server 2016 .
  • The “Database driver” version will show the version of the driver in use, normally this is a default packaged version of the driver, or one selected when you originally set up the external database .

Example connecting to the default (internal) Derby database:

2024-11-13 13:47:33,588 INFO AppServer - Database: Apache Derby, Version: 10.14.2.0 - (1828579), Database version: 10.14 [main]
2024-11-13 13:47:33,589 INFO AppServer - Database driver: Apache Derby Embedded JDBC Driver, Version: 10.14.2.0 - (1828579) [main]

Example connecting to a Microsoft SQL database:

2024-11-13 13:55:09,669 INFO AppServer - Database: Microsoft SQL Server, Version: 13.00.6450, Database version: 13.0 [main]
2024-11-13 13:55:09,671 INFO AppServer - Database driver: Microsoft JDBC Driver 12.6 for SQL Server, Version: 12.6.1.0 [main]

Example connecting to a PostgreSQL database:

2025-02-28 13:35:21,721 INFO AppServer - Database: PostgreSQL, Version: 14.17 (Postgres.app), Database version: 14.17 [main]
2025-02-28 13:35:21,721 INFO AppServer - Database driver: PostgreSQL JDBC Driver, Version: 42.6.0 [main]


Categories: Troubleshooting Articles


Comments