Edit online

Starting and Stopping

Edit online

How to Start/Restart

To start or restart the application, follow the procedure below for the type of installer you used:

Windows Installer

  1. Go to the installation directory of .
  2. Launch Manage Web Author.
  3. Go to the General tab.
  4. Click the Stop button and click Start.
  5. Click OK.

Linux Installer

Run the following command:
sudo service oxygen-xml-web-author restart

All Platforms Distribution for Windows

Run the following command:
"stop oXygen XML Web Author.bat" && "start oXygen XML Web Author.bat"

All Platforms Distribution for Linux and macOS

Run the following command:
stop-oXygen-XML-Web-Author.sh && start-oXygen-XML-Web-Author.sh
Edit online

How to Stop

To stop the application, follow the procedure below for the type of installer you used:

Windows Installer

  1. Go to the installation directory of .
  2. Launch Manage Web Author.
  3. Go to the General tab.
  4. Click the Stop button.
  5. Click OK.

Linux Installer

Run the following command:
sudo service oxygen-xml-web-author stop

All Platforms Distribution for Windows

Run the following command:
"stop oXygen XML Web Author.bat"

All Platforms Distribution for Linux and macOS

Run the following command:
stop-oXygen-XML-Web-Author.sh