주요 콘텐츠

Remove MATLAB Production Server Admin Portal

R2026b

Follow these steps to remove the MATLAB® Production Server™ Admin Portal in an on-premises server installation.

  1. Open a Terminal or Command Window, and navigate to the dashboard folder 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 Portal

    Linux®

    /usr/local/MATLAB/MATLAB_Production_Server/R2026b/Admin Portal

  2. Execute the mps-dashboard script with the stop option.

    Platform

    Script to Stop Admin Portal

    Windows (Administrator)

    mps-dashboard.bat stop

    Linux

    ./mps-dashboard.sh stop

    Note

    You need to complete this step only if the Admin Portal is running.

  3. Execute the mps-dashboard script with the remove option.

    Platform

    Script to Remove Admin Portal

    Windows (Administrator)

    mps-dashboard.bat remove

    Linux

    ./mps-dashboard.sh remove

    You 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.

See Also

Topics