What self-hosted help desk would work well for a 2,000-user air-gapped environment?

0
1
Asked By MellowCedar42 On

We support roughly 2,000 end users in a Department of Defense-related, air-gapped network. Azure DevOps is currently being used for ticketing, but we want to move to a more professional help desk platform. I previously used SolarWinds Web Help Desk and found it buggy, dated, and expensive, so I'm looking for better self-hosted or on-premises alternatives. The system needs to work reliably offline and ideally support a user portal, email-to-ticket workflows, reporting, asset management, and manageable upgrades.

5 Answers

Answered By QuietMarble31 On

Request Tracker is mature, flexible, and very email-oriented. It runs well on Linux and can handle a large number of queues and workflows, but administration is less point-and-click than newer products; deeper customization may require comfort with the underlying configuration and Perl code. For a simpler system, osTicket or FreeScout can work, though I’d evaluate their scalability and feature depth carefully for 2,000 users.

Answered By CopperLynx58 On

ManageEngine ServiceDesk Plus has worked well for several organizations and is more polished and powerful than many lightweight open-source tools. It may be a good fit if you want structured workflows, reporting, inventory, and vendor support. Make sure the exact self-hosted licensing and offline activation process meet your environment’s requirements.

Answered By BrightOtter19 On

GLPI is a very capable option, especially if asset and configuration management matter as much as ticketing. It can do considerably more than a basic help desk, but plan carefully for administration and offline patching. In an air-gapped environment, maintaining PHP, database, and application dependencies can be more work than the initial installation.

Answered By QuartzPanda7 On

Zammad is probably one of the strongest modern choices. It has a much friendlier interface than older help desk products, supports email-created tickets, and can be deployed with containers. YouTrack is also worth considering if you want something closer to a Jira-style issue tracker, although it may be more platform than you need for a traditional service desk.

Answered By SilverKite84 On

The air-gapped requirement should drive the evaluation more than the interface. Ask every vendor how offline licensing, upgrades, dependency updates, backups, and security patches work before choosing. Container-based deployment can simplify repeatable updates, but you still need a documented process for importing and validating images. I’d define your pain points and success metrics first, then run a proof of concept with a few support teams before committing.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.