What is Login Named User and how can I use it?
104 views (last 30 days)
Show older comments
MathWorks Support Team
on 23 Sep 2014
Edited: MathWorks Support Team
on 2 Sep 2022
What is Login Named User and how can I use it?
Accepted Answer
MathWorks Support Team
on 2 Sep 2022
Edited: MathWorks Support Team
on 2 Sep 2022
Login Named User (LNU) is a portable license option that verifies license rights over the internet. LNU is ideal for usage on cloud computing services because it does not rely on having a static Host ID. Instead of locking the license to a Host ID, it requires users to log into their MathWorks Account each time they start MATLAB. As such, LNU requires an uninterrupted internet connection.
Login Named User can only be used on Individual licenses which are currently subscribed to the MATLAB Software Maintenance Service.
After installing MATLAB, the following methods can be used to configure MATLAB for Login Named User:
Use the -licmode online startup flag when launching MATLAB. In a command prompt/terminal window enter the path to the MATLAB executable and the -licmode online flag. For a more permanent solution, you may also create a shortcut with this flag included. This method is recommended over using the XML file since it will ignore all other licenses on the computer.
Windows:
{matlabroot}\bin\matlab.exe -licmode online
Linux:
{matlabroot}/bin/matlab -licmode online
1. Right-click or CTRL+click the license_info.xml attached to this Answer and select "save link as" to download.
2. Place license_info.xml into the {matlabroot}/licenses folder.
3. Start MATLAB. You should now be prompted to provide your MathWorks Account sign-in credentials.
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!