Uninstall the Development Version of MATLAB Web App Server in MATLAB Compiler - MATLAB & Simulink (original) (raw)

Main Content

Windows

To uninstall the development version of MATLAB® Web App Server™ on Windows®:

  1. Start the server application. The default location of the server application is:
    C:\Program Files\MATLAB\MATLABWebAppServer\R2025a\application
    Right-click MATLABWebAppServer.exe and select .
  2. In the Service Registration tab, clickUnregister. This unregsiters the services used in conjunction with the server. The accounts associated with the services are not removed.
  3. Open the Settings app inWindows. Click Apps from the sidebar and then select Installed apps to see a list of all the installed applications. Scroll through the list to find MATLAB Web App Server, click on the three dots next to it's name and selectUninstall. Follow the prompts to complete the uninstallation process.
    Note
    You can also uninstall MATLAB Runtime that was installed with MATLAB Web App Server using a similar process.

Linux

To uninstall the development version of MATLAB Web App Server on Linux®:

  1. Start the server application. The default location of the server application is:
    /usr/local/MATLAB/MATLABWebAppServer/R2025a/application
    At the shell prompt, type:
    run_MATLABWebAppServer.sh <MATLAB_Runtime_Location>
  2. In the Service Registration tab, clickUnregister. This deletes the services and the default accounts associated with services.
    If you are unable to launch the server application, you can use the uninstall script in MATLAB Runtime:
    sudo /usr/local/MATLAB/MATLAB_Runtime/R2025a/toolbox/compiler/mwdas/setup/scripts/glnxa64/uninstall.sh -n

See Also

Topics