Why do I receive mw-login :: No endpoint specified ?
Show older comments
Hi,
I keep encountering the following error message when trying to log in with my school account:
mw-login :: No endpoint specified.
Previously, I followed the solution mentioned here:
It worked initially, but after restarting my PC, the issue reappears.
Additionally, when I am unable to log in, I also cannot access toolboxes. For example, when I run:
syms x
a = x
2 Comments
Umar
on 15 Feb 2025
Hi @Muhammad Alifuddin,
I would recommend contacting support by clicking the link below.
https://www.mathworks.com/support/contact_us.html
Hope this helps.
Torsten
on 15 Feb 2025
... or ask the IT service of your school for help.
Answers (1)
I encountered the same problem while attempting to log in with my student account. A potential solution that worked for me was to terminate the Service Host processes using the command line.
On Windows:
Open command window by searching cmd on start menu and run the following command
taskkill /im MathWorksServiceHost.exe /f
On Linux/Mac:
Open terminal and run the following command
killall -9 MathWorksServiceHost
Categories
Find more on Startup and Shutdown 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!