Manage 10Duke Scale Local License Server installation
10Duke provides a web-based tool allowing you to manage your 10Duke Scale Local License Server installation and licenses.
The 10Duke Scale Local License Server UI console provides features for:
-
registering new users
-
managing users
-
granting administrator rights to users
-
activating the 10Duke Scale Local License Server installation in offline or online mode
-
deactivating the 10Duke Scale Local License Server installation
-
viewing details of the 10Duke Scale Local License Server installation
-
importing licenses with enforced quantity into the 10Duke Scale Local License Server
-
viewing details of the imported licenses
Check the Frequently asked questions available in the 10Duke Scale Local License Server UI console for further information.
System requirements
The 10Duke Scale Local License Server has been tested with the following Docker and Docker Compose versions:
-
Docker major version 24 and newer
-
Docker Compose version 2.23.* and newer
Note: The Docker and Docker Compose versions must be aligned. Read more about Docker at Docker Engine and Docker Compose .
The 10Duke Scale Local License Server is tested with the Docker-based setup using Fedora Linux and Mac OS.
Required disk space
-
Reserve base disk space for Docker and three images: an Nginx image, a PostgreSQL image, and the Local License Server application image. For example, on a Fedora Linux system, these three images require approximately 2 GB of disk space.
-
Reserve 1 MB of disk space per 10 licenses.
-
Over time the server will accumulate data. Thus, monitor disk space and add more if needed.
Note: The volumes configured for components in the Docker Compose stack must be persistent. Loss of storage will void all licenses and require re-activating the 10Duke Scale Local License Server. Running the 10Duke Scale Local License Server in test mode doesn’t require persistent volumes.
Start 10Duke Scale Local License Server
To start the 10Duke Scale Local License Server:
-
Run the cli command
docker compose up --build
in the main level of the extracted distribution package.The server startup may take some time.
-
Once the server is running, manage the installation by navigating to http://localhost:8080.
If you have modified the default port, use your custom port instead.
Stop 10Duke Scale Local License Server
To stop the 10Duke Scale Local License Server:
- Run the cli command
docker compose down
in the main level of the extracted distribution package.