Main Content

Start the Server Application

To start the server application in the development version of MATLAB® Web App Server™ follow the platform specific instructions.

PlatformSteps

Windows®

(Administrator)

Default location of the server application is:

C:\Program Files\MATLAB\MATLABWebAppServer\R2024a\application

Right-click MATLABWebAppServer.exe and select Run as administrator.

Linux®

Default location of the server application is:

/usr/local/MATLAB/MATLABWebAppServer/R2024a/application

At the shell prompt, type:

run_MATLABWebAppServer.sh <MATLAB_Runtime_Location>

For example:

run_MATLABWebAppServer.sh /usr/local/MATLAB/MATLAB_Runtime/R2024a

macOS

Default location of the server application is:

/Applications/MATLAB/MATLABWebAppServer/R2024a/application

Double-click the app MATLABWebAppServer.app

Related Topics