Home : Downloads
Downloads
IMPORTANT!
As of version 9.2.1, Web Help Desk is no longer supported on Internet Explorer 6. Internet Explorer 7 & 8 are supported, as are modern standards-compliant browsers including Firefox 3+, Safari, and Google Chrome.
If upgrading from a previous version, be sure your support contract is current before running the installer (see Setup > General > License). Otherwise, you will be prevented from updating your database and will have to revert to your backup of your previous version.
| Web Help Desk 9.2.3.5 | |||
|---|---|---|---|
| Release Notes | HTML RSS | ||
| Administrator's Guide (13.4MB) | |||
| Mac OS X (122MB) | HTTP FTP (MD5) | Older versions | |
| Windows Server (147MB) | HTTP FTP (MD5) | Older versions | |
| Linux RPM (146MB) | HTTP FTP (MD5) | Older versions | |
| Debian Linux Package (147MB) | HTTP FTP (MD5) | Older versions | |
| Solaris (115MB) | HTTP FTP (MD5) | Older versions | |
Mac OS X Installation Instructions
- Log into the server as a user with administrative privileges and download the latest installer (above).
- If you are upgrading to a newer version, stop the Web Help Desk by clicking on the Stop Web Help Desk icon in /Appications/WebhelpDesk/.
- If the installer disk image does not mount automatically after downloading, double-click the WebHelpDesk-<version>.dmg icon to mount it. Double-click the WebHelpDesk.pkg package inside the mounted disk image to run the installer.
- When the installer finishes, start the Web Help Desk by double-clicking on the Start Web Help Desk icon in /Appications/WebhelpDesk/.
- Connect to the Web Help Desk with this URL and update the database as prompted:
http://localhost:8081
- If installing the Web Help Desk for the first time, you can log into the initial administrator account with the username/password admin/admin. After logging in, go to Setup > Techs > Techs > [Admin, Joe] to change your password and other profile settings. If you have purchased a license, enter it at Setup > General > License; otherwise, the application will run in full-featured demo mode for 30 days before restricting you to a Lite 1-tech license.
- For further instructions, see the README file at /Library/WebHelpDesk/README.txt and download the Web Help Desk Administrator's Guide (above). The README document provides instructions for modifying port and memory settings, configuring SSL, integrating with Apache, enabling Unicode, localizing the client interface, troubleshooting, and more.
Windows Installation Instructions
- Log in as an Administrator and download the latest installer (above).
- If you are upgrading to a newer version, select Start > Programs > WebHelpDesk > Stop Web Help Desk.
- Run the installer by double-clicking its icon.
- When the installer finishes, start the Web Help Desk by selecting Start > Programs > Web Help Desk > Start Web Help Desk.
- Connect to the Web Help Desk with this URL and update the database as prompted:
http://localhost:8081
- If installing the Web Help Desk for the first time, you can log into the initial administrator account with the username/password admin/admin. After logging in, go to Setup > Techs > Techs > [Admin, Joe] to change your password and other profile settings. If you have purchased a license, enter it at Setup > General > License; otherwise, the application will run in full-featured demo mode for 30 days before restricting you to a Lite 1-tech license.
- For further instructions, see the README file at \Program Files\WebHelpDesk\README.txt and download the Web Help Desk Administrator's Guide (above). The README document provides instructions for modifying port and memory settings, configuring SSL, integrating with Apache, enabling Unicode, localizing the client interface, troubleshooting, and more.
Linux RPM Installation Instructions
- Download the latest Web Help Desk RPM (above).
- Uncompress and install:
gunzip webhelpdesk-<version>-1.noarch.rpm.gz<version>
sudo rpm -Uvh webhelpdesk--1.noarch.rpm
where <version> is the latest version of the Web Help Desk. The RPM installs the Web Help Desk at /usr/local/webhelpdesk and starts it automatically. - Connect to the Web Help Desk and update the database as prompted:
http://localhost:8081
- If installing the Web Help Desk for the first time, you can log into the initial administrator account with the username/password admin/admin. After logging in, go to Setup > Techs > Techs > [Admin, Joe] to change your password and other profile settings. If you have purchased a license, enter it at Setup > General > License; otherwise, the application will run in full-featured demo mode for 30 days before restricting you to a Lite 1-tech license.
- For further instructions, see the README file at /usr/local/webhelpdesk/README.txt and download the Web Help Desk Administrator's Guide (above). The README document provides instructions for modifying port and memory settings, configuring SSL, integrating with Apache, enabling Unicode, localizing the client interface, troubleshooting, and more.
Debian Linux Installation Instructions
- Download the latest Web Help Desk Debian package (above).
- If you are updating an earlier installation, remove the existing package: (Configuration files you have modified will be preserved.)
sudo dpkg --remove webhelpdesk
- Install the downloaded package:
sudo dpkg -i webhelpdesk_<version>-1_all.deb
where <version> is the latest version of the Web Help Desk. The package installs the Web Help Desk at /usr/local/webhelpdesk and starts it automatically. - Connect to the Web Help Desk and update the database as prompted:
http://localhost:8081
- If installing the Web Help Desk for the first time, you can log into the initial administrator account with the username/password admin/admin. After logging in, go to Setup > Techs > Techs > [Admin, Joe] to change your password and other profile settings. If you have purchased a license, enter it at Setup > General > License; otherwise, the application will run in full-featured demo mode for 30 days before restricting you to a Lite 1-tech license.
- For further instructions, see the README file at /usr/local/webhelpdesk/README.txt and download the Web Help Desk Administrator's Guide (above). The README document provides instructions for modifying port and memory settings, configuring SSL, integrating with Apache, enabling Unicode, localizing the client interface, troubleshooting, and more.
Solaris Installation Instructions
NOTE: You will need the open-source utility sudo (provided in the SFWsudo package at http://sunfreeware.com).
The Web Help Desk startup script depends on finding the bash shell at /bin/bash. Unfortunately, before Solaris 9, bash was not included in the default installation. If you do not have bash installed, you can download it as a package from http://sunfreeware.com. After installing the package, check that there is a link to the bash executable from /bin/bash. If not, you can create it with the command ln -s <path_to_bash_executable> /bin/bash.
Due to inconsistencies in the implementation of various tar utilities for Solaris, we now provide the Solaris installer in .zip format rather than .tgz.
To install the Web Help Desk once the above prerequisites are met--
- Download the latest Web Help Desk installer zip file for Solaris (above).
- If you have previously installed the Web Help Desk, stop it:
/usr/local/webhelpdesk/whd stop
- Extract the webhelpdesk folder into /usr/local/. (If updating, extract the new package on top of your existing installation.)
sudo unzip webhelpdesk-<version>.zip -d /usr/local/
- If installing the Web Help Desk for the first time, execute the following to make the Web Help Desk start up automatically after a reboot:
sudo /usr/local/webhelpdesk/bin/install_autostart
- Start the Web Help Desk:
/usr/local/webhelpdesk/whd start
- Connect to the Web Help Desk and update the database as prompted:
http://localhost:8081
- If installing the Web Help Desk for the first time, you can log into the initial administrator account with the username/password admin/admin. After logging in, go to Setup > Techs > Techs > [Admin, Joe] to change your password and other profile settings. If you have purchased a license, enter it at Setup > General > License; otherwise, the application will run in full-featured demo mode for 30 days before restricting you to a Lite 1-tech license.
- For further instructions, see the README file at /usr/local/webhelpdesk/README.txt and download the Web Help Desk Administrator's Guide (above). The README document provides instructions for modifying port and memory settings, configuring SSL, integrating with Apache, enabling Unicode, localizing the client interface, troubleshooting, and more.










