Remove MATLAB Production Server Admin Portal
R2026bFollow these steps to remove the MATLAB® Production Server™ Admin Portal in an on-premises server installation.
Open a Terminal or Command Window, and navigate to the
dashboardfolder in the MATLAB Production Server installation directory.Platform Default Directory Where MATLAB Production Server Admin Portal Is Installed
Windows® (Administrator)
C:\Program Files\MATLAB\MATLAB Production Server\R2026b\Admin PortalLinux®
/usr/local/MATLAB/MATLAB_Production_Server/R2026b/Admin PortalExecute the
mps-dashboardscript with thestopoption.Platform Script to Stop Admin Portal
Windows (Administrator)
mps-dashboard.bat stopLinux
./mps-dashboard.sh stopNote
You need to complete this step only if the Admin Portal is running.
Execute the
mps-dashboardscript with theremoveoption.Platform Script to Remove Admin Portal
Windows (Administrator)
mps-dashboard.bat removeLinux
./mps-dashboard.sh removeYou receive a message acknowledging that the Admin Portal was successfully removed.
Note
Attempting to remove the Admin Portal while it is still running will result in an error.
The procedure will remove the following directories and files from the directory where the Admin Portal was set up:
data mps_workspace .pid
If you run into any issues while removing the Admin Portal, manually delete the
.pid file and re-run the mps-dashboard script with
the remove option.
Note
In Linux, if you started the Admin Portal using the &
control operator, you do not need to open a new Terminal. The &
control operator makes commands run in the background.
In Windows, if the Admin Portal is running, you will not have access to the command prompt. Therefore, you need to open a new Command Window to stop any running Admin Portal instances.
Note
Removing the Admin Portal does not uninstall it from the system. It removes the Admin
Portal instance that was set up. The Admin Portal remains installed as part of
MATLAB
Production Server. If you want to set up the Admin Portal again, use the
mps-dashboard script with the setup
option.