How do I find the MAC-address / Hardware ID?

 

The MAC-address is required in order to generate a license for our products both node-locked or floating licenses.

Windows

Via Craft Director Studio

Please note: This requires that you already have Craft Director Studio installed on the workstation.

  1. Open Craft Director Studio in your 3D Program.
  2. Open the License Manager via the Main menu.
    Menu > License manager
  3. On the right side of the License Manager you are able to find a box displaying your different MAC-addresses (for example “f45c898a01a5”).
    MAC-address in CDS license manager

 

Via the Command Prompt:

  1. Open the Start Menu and type cmd and hit enter.  This should open the Command Prompt
    Command Prompt
  2. In the Command Prompt type the command ipconfig /all and hit enter.
  3. The Ethernet MAC-address is listed next to “Physical Address…”. Please find the one listed under “Ethernet adaptor…” (for example “F4-5C-89-8A-01-A5”).
    ipconfig /all in Command Prompt

 

 

 

Mac OSX / Linux

Via the Terminal:

  1. Open the Terminal
    Terminal OSX Mac
  2. In the Terminal type the command “ifconfig” and hit enter.
  3. Under the “en0:” (or similar ethernet adaptor) section you are able to find the MAC-address after “ether” (for example “f4:5c:89:8a:01:a5”).
    ifconfig terminal osx mac