Skip to content

License Activation

License Activation

This guide explains how to activate your software license online using CodeMeter.

For Headless Ubuntu Systems

If your Ubuntu server has a graphical interface and browser, you can skip directly to the Activate License section below. The setup instructions are only needed for headless systems accessed via SSH from a Mac.

Prerequisites

  • Internet access
  • Administrative privileges on Ubuntu Server
  • Your software license key
  • Mac with XQuartz installed (only for headless Ubuntu systems)

For Headless Systems (Optional)

Note

Skip this entire section if your Ubuntu system already has a browser installed. This section guides you through setting up X11 forwarding to run a browser on Ubuntu and display it on your Mac.

Step 1: Install Chromium on Ubuntu

Run the following commands to install Chromium:

sudo snap install chromium
export XAUTHORITY=$HOME/.Xauthority

Step 2: Configure XQuartz on Mac

1. Enable network connections

  • Open XQuartz → Settings... → Security
  • Check "Allow connections from network clients"
  • Close Settings

Allow connections

2. Set DISPLAY variable

export DISPLAY=:0
echo $DISPLAY

3. Enable local X connection

/opt/X11/bin/xhost + 127.0.0.1

4. Connect to Ubuntu with X11 forwarding

ssh -Y -C user@remote.server
  • -Y = trusted X11 forwarding
  • -C = optional compression

Step 3: Launch Browser on Ubuntu

1. Verify DISPLAY is set

echo $DISPLAY

You should see something like localhost:10.0

2. Test XQuartz connection

xclock

A small clock should appear on your Mac, confirming X11 forwarding works.

XClock

3. Launch Chromium

chromium &

The browser window should appear on your Mac.

Chrome


Activate License

  1. Open a browser on your target machine where the SDK is installed
  2. Navigate to your license activation page:
https://lc.codemeter.com/98255/depot/overview.php?id=<LICENSE>

Replace <LICENSE> with your actual license key (e.g., ABC123-DEF456-GHI789).

  1. Click on the Manual tab and follow the instructions to register your license
  2. Once registration is complete, the license status will change to ’Activated’

License Activated


Previous: Software Installation