Why do I receive mw-login :: No endpoint specified ?

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

Hi @Muhammad Alifuddin,

I would recommend contacting support by clicking the link below.

https://www.mathworks.com/support/contact_us.html

Hope this helps.

... or ask the IT service of your school for help.

Sign in to comment.

Answers (1)

NVSL
NVSL on 17 Feb 2025
Edited: NVSL on 17 Feb 2025
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

Products

Release

R2024b

Asked:

on 15 Feb 2025

Edited:

on 17 Feb 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!