Choose your language

Choose your login

Support

How can we help?

PaperCut's AI-generated content is continually improving, but it may still contain errors. Please verify as needed.

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

* PaperCut is constantly working to improve the accuracy and quality of our AI-generated content. However, there may still be errors or inaccuracies, we appreciate your understanding and encourage verification when needed.

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

How to check PaperCut NG/MF component version numbers

THE PAGE APPLIES TO:

Last updated October 8, 2025

Finding your current software version is easy! It’s just not always where you might first look.

You would probably think that the installed version of each of these applications could be found in [Programs and Features], however, this will only tell you the version that was originally installed. To find the actual version, you will need to check in a number of locations.



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:

 

Screenshot showing the version information (right hand side) of a PaperCut Print Deploy server

 

 

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.

 

Screenshot showing the version information of a PaperCut Print Deploy server, within the updates configuration panel

 

 

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).

 

Release history:

  • Universal Print: [App Path]\Program Files\PaperCut MF\providers\universal-print\win

 

Mobility Print, Print Deploy and Universal Print share the same update technology. The current and previous versions can be seen in the install directory. We use parallel version deployment for updates. Think of it like a library getting a new edition of a book. It keeps the old one on the shelf for a short time, just in case.

Our software does the same thing! New updates live in their own versioned folders inside the main program folder. This makes your updates smooth, seamless, and super reliable.


Find Your Current or Past Versions

Ready to find your true version number? Just follow these steps.

Open File Explorer and go to the application’s main installation folder.

  • Mobility Print: [app path]\Program Files (x86)\PaperCut Mobility Print
  • Print Deploy: [App Path]\Program Files\PaperCut MF\providers\print-deploy\win
  • Universal Print: [App Path]\Program Files\PaperCut MF\providers\universal-print\win

Look inside the main folder for a sub-folder that contains more folders named with version numbers. Universal Print example shown below.

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

 

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:

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

PaperCut NG/MF admin interface

In PaperCut NG/MF version 25.0.0 and later, sys admins can now easily view the Database Version and Database Driver Version within the PaperCut Admin Interface. This information is available by navigating to About > System Info.

 

Screenshot showing the About > System Info panel, with database version and driver version details

   

Application Server log files

In PaperCut NG/MF version 24.1.1 and later, sys admins can check the database version 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.

The following lines are displayed 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]

Payment gateway module version

To find out which version of the Payment Gateway module is installed and running:

  1. Within the Application Server file system, navigate to: [MF/NG installation directory]/server/lib-ext.

  2. Open the file ext-payment-gateway-version.txt.

  3. Check the line with version-build= number. This will match up with the last 3 digits of the ‘Version’ notes on the Payment gateway module release history page .

    As an example, this installation’s .txt file indicates version 21.2 (build 214).

     

See the Payment gateway module release history page for more information on the build numbers, release dates and release notes.


Category: Troubleshooting Articles

Subcategory: Upgrading or Downgrading


Comments