Find your current PSPDFKit Server version
![]()
PSPDFKit Server has been deprecated and replaced by Document Engine. To migrate to Document Engine and unlock advanced document processing capabilities, refer to our migration guide. Learn more about these enhancements on our blog.
If you are unsure about the version of PSPDFKit you are using, you can easily find out.
Open the dashboard to see the currently running server version, which is shown in the blue box.

The Docker version is often important and can be seen by typing docker version
in the terminal. A typical output could be:
Client: Version: 17.06.0-ce API version: 1.30 Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:31:53 2017 OS/Arch: darwin/amd64 Server: Version: 17.06.0-ce API version: 1.30 (minimum version 1.12) Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:51:55 2017 OS/Arch: linux/amd64 Experimental: true
See the docker version
section in Docker docs for details.