Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content layer
id476926174
Content column
id476926177
Content block
id476926172

On this page

Table of Contents

Content block
id476926176
Excerpt

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:

    Code Block
    $teamwork_install_dir/bin/teamwork_server_nogui.exe -changeKey -key:<path to the key file location>
    Tip
    titleExample

    $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:

    Code Block
    $teamwork_install_dir/bin/teamwork_server_nogui -changeKey -key:<path to the key file location>
    Tip
    titleExample
    $teamwork_install_dir/bin/teamwork_server_nogui -changeKey -key:/home/user/C/MD/KEYS/18.4/MagicDraw_18_4_TeamworkServer_Evaluation_key.txt
Content block
id476936284

Related pages