Documentation forWeb Help Desk

Start and stop Web Help Desk Services

When you install or update certain features in your Web Help Desk deployment, you must stop and restart the Web Help Desk Services in your operating system to enable these features. The following sections describe how to start and stop Web Help Desk Services in each supported operating system.

Make sure you are logged in to your Web Help Desk system as an Administrator.

Microsoft Windows Server

To start Web Help Desk Services, do one of the following:

  • Using the Start Menu options, right-click Start Web Help Desk and select Run as Administrator.
  • Navigate to your <WebHelpDesk> directory, right click whd_start.bat, and select Run as Administrator.
  • Run the following commands in a command prompt (if Web Help Desk is installed in the default location):

    cd C:\Program Files\WebHelpDesk

    whd start

To stop Web Help Desk Services, do one of the following:

  • Using the Start Menu options, right-click Stop Web Help Desk and select Run as Administrator.
  • Navigate to your <WebHelpDesk> directory, right-click whd_stop.bat and select Run as Administrator.
  • Run the following commands in a command prompt (if Web Help Desk is installed in the default location):

    cd C:\Program Files\WebHelpDesk

    whd stop

macOS

To start Web Help Desk Services, navigate to /Applications/WebHelpDesk and click Start Web Help Desk or run the following commands in a terminal window:

cd /Library/WebHelpDesk

./whd start

To stop Web Help Desk Services, navigate to /Applications/WebHelpDesk and click Stop Web Help Desk or run the following commands in a terminal window:

cd /Library/WebHelpDesk

./whd stop

Linux

The following procedures apply to RPM installations.

To start Web Help Desk Services, run the following commands in a terminal window:

cd /usr/local/webhelpdesk/

sudo ./whd start

To stop Web Help Desk Services, run the following commands in a terminal window:

cd /usr/local/webhelpdesk/

sudo ./whd stop