On this page
Changing the server license key from the dialog
- Start Teamwork Server. The Teamwork Server dialog appears.
- Click the License Manager button.
- In the Teamwork Server License Manager dialog, click the Select License Key Files button.
- In the Select License Key Files dialog, select the license key file and click Open.
Changing the server license key from the command line
On Windows
- Stop the Teamwork Server.
From the command line, run the following:
$teamwork_install_dir/bin/teamwork_server_nogui.exe -changeKey -key:<path to the key file location>
Example
$teamwork_install_dir/bin/teamwork_server_nogui.exe -changeKey -key:C:\MagicDraw_18_4_TeamworkServer_key.txt
- Press y to apply the new license.
On UNIX/Linux
From the command line, run the following:
$teamwork_install_dir/bin/teamwork_server_nogui -changeKey -key:<path to the key file location>
Example
$teamwork_install_dir/bin/teamwork_server_nogui -changeKey -key:/home/user/C/MD/KEYS/18.4/MagicDraw_18_4_TeamworkServer_Evaluation_key.txt