On this page

Changing the server license key from the dialog

  1. Start Teamwork Server. The Teamwork Server dialog appears.
  2. Click the License Manager button.
  3. In the Teamwork Server License Manager dialog, click the Select License Key Files button.
  4. 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

  1. Stop the Teamwork Server.
  2. 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

  3. Press y to apply the new license.

On UNIX/Linux

  1. Stop the Teamwork server

  2. 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