Licensing Server Dashboard
Learn how to use the Licensing Server Dashboard to monitor the Unity Licensing Server.
Read time 2 minutesLast updated a day ago
The Licensing Server Dashboard is a graphical user interface, hosted on the Unity Licensing Server. This dashboard is available starting with version 2.0 of the Unity Licensing Server. This dashboard provides administrators with important information, like the status of the server, and real-time and historical data about Unity license usage. The dashboard allows administrators to view important metrics, such as:
- The number of active licenses.
- The number of available licenses.
- The number of licenses released to clients over a specific period of time.
Dashboard modes
The dashboard has two modes:- Standard user mode: Users who don't have administrator access can view the Overview page only. Furthermore, the data on that page is only a subset of the information presented on the administrators' version of the Overview page.
- Administrator mode: This mode presents the full set of licensing data. To access this mode, log in with the username and the password that was created when the server was set up.
admin
Administrator mode features
The administrator mode has the following views and features:- An at-a-glance view showing the server status, overview of subscriptions, current license availability, and license activity for all toolsets from the past seven days.
- A full view of your licenses, including counts, validity dates, if borrowing is allowed, and more.
- A detailed real-time view of the licenses currently in use.
- An interactive view of historical license usage (to a maximum of 18 months), which you can filter, sort, and search.
- Options to download log files, export search results to files, and export data to
csvfiles, and more.JSON
Requirements
Unity bundles the dashboard with version 2.0 (or later) of the Licensing Server. After you set up the server, which includes defining theadminLoad the dashboard
The dashboard runs in a browser. You can load the dashboard any time the Unity Licensing Server is running. To load the dashboard:- Open a browser.
-
In the address bar, enter the IP address and port for your licensing server. The value is in the format or
http://IP-address:port, depending on the protocol (https://IP-address:portorhttp) selected during setup. You can find the Licensing Server Dashboard address in thehttpsfile, whose location is listed in Server paths. The address is stored in thelicensing-server-config.jsonkey in theURLJSON object.Kestrel
Example:
http://10.255.255.192:80
Change the admin password
Follow these steps to change the password for theadmin- Stop the server.
- Rerun the setup, accepting the default values (which were stored during your previous setup) until you get to the credentials step.
- Set a new password for .
admin - Complete the setup.
- Restart the server.