---
title: "Document Engine: Getting the currently used version"
canonical_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/license/getting-the-currently-used-version/"
md_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/license/getting-the-currently-used-version.md"
last_updated: "2026-05-19T10:49:35.406Z"
description: "Learn how to find your Nutrient version and Docker details quickly using the dashboard and terminal commands for seamless management."
---

# Getting the currently used Document Engine version

If you’re unsure about the version of Nutrient you’re using, you can easily find out.

[Open the dashboard](https://www.nutrient.io/guides/document-engine/management/dashboard.md) 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:

```shell

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](https://docs.docker.com/engine/reference/commandline/version).
---

## Related pages

- [Configure domain and subdomain access in Document Engine](/guides/document-engine/troubleshooting/license/domain-use-in-de.md)
- [Development licenses](/guides/document-engine/troubleshooting/license/development-licenses.md)
- [License troubleshooting for Document Engine](/guides/document-engine/troubleshooting/license/license-troubleshooting.md)
- [Updating the activated license](/guides/document-engine/troubleshooting/license/updating-the-license.md)

