Retrieving Host ID
Cipriano Servin updated October 2, 2014 at 1:24 PM
Questions Addressed
What is the Host ID? What is the Host ID?
How do i retrieve the Host ID for Matlab licensing? How do i retrieve the Host ID for Matlab licensing?
The host ID is the unique identifier of a computer or license server. During the activation process, you must supply the host ID of the computer on which you install the software. When MathWorks generates a License File for a specific computer or server, it is locked to the host ID of that computer.
Platform /
How to find the host ID
Windows (all) | For standalone licenses (including the Student version), the Host ID can be either the volume serial number of the C:\ drive (Option 1), or the MAC Address (Physical Address) of the first Ethernet adapter (Option 2).
getmac
| ||
Mac OS X | For Macintosh: ifconfig en0 | grep etherYour Host ID is the "ether" value and should be entered as your Host ID without the colons.
ifconfig en1 | grep ether
| ||
Linux | For Linux:
/sbin/ifconfig eth0
| ||
Solaris | Solaris CPU hostid: To get this value, run the following command in a Terminal Window: hostid | ||