• 0

IT Support Help Desk - Software?


Question

Hi All,

Ive been looking into getting a dedicated IT Support Help Desk package to replace the current Access Database is use.

im looking for features suchs as holding all my clients info, being able to generate reports of jobs easily, possibly being able to do monthly reports of how much time was spent on site for each client.

Being able to view a "Computer History" for each PC we look after etc.

I have had a good look at Spiceworks, but i just think this is abit overkill for what i need tbh.

I was hoping someone here would know just the program i need? Or a web based software?

Sometime with a free trial would be a bonus!

Thank you and i hope someone can help!

Link to comment
https://www.neowin.net/forum/topic/1052471-it-support-help-desk-software/
Share on other sites

Recommended Posts

  • 0

We use spiceworks. Its free and not hard to install. I do not think its overkill .It comes in very handy. Especially since it scans all the machines and even tells you when there warranty runs out without you even doing anything. I would give it a look again.

  • 0

We use spiceworks. Its free and not hard to install. I do not think its overkill .It comes in very handy. Especially since it scans all the machines and even tells you when there warranty runs out without you even doing anything. I would give it a look again.

Either Spice Works or Track-It

  • 0

We use Help Desk Authority from scriptlogic. Its OK, has its pros and cons but you can purchase additional modules to do things you want. Of course its not free though. Does havea demo though so you can try it out. Its not as great as some of those high end products out there but it gets the job done.

http://www.scriptlogic.com/products/help-desk-authority/

  • 0

Honestly you don't need to use any feature of spiceworks you don't want to. I don't think spiceworks is what you need. It isn't that it is overkill, it is that it isn't what you are looking for or need.

But what you really want is a CRM package. There are free ones like http://www.freecrm.com/. I have used Tigerpaw and Connectwise, both are not inexpensive. I like connectwise the best and teamed up with their new software endevor labtech. The combination should be flawless. Users will be able to submit tickets from their workstation by the labtech client, the labtech client will give us the abiltiy to lock and isolate processes to help with malware removal.

I would suggest looking at these, both of these are specifically designed for IT service companies.

http://www.connectwise.com/

http://www.labtechso...-management.php

http://www.labtechsoft.com/demo.php

http://www.connectwi...active-demo.php

If you sign up for the demos I am sure they will answer a lot of questions, or at least give you ideas.

  • 0

Thank you for the replies, we have looked at Connect Wise and hadnt heard of Labtech before so im gonna take a look at that :)

Maybe ill give Spiceworks another look, it just seems overly complicated and abit messy? or am i just being picky?

  • 0

Spiceworks is awesome..! its not that hard to get into the real nitty gritty of it, and the support community is just brilliant! Once you do get your head around it all, its pretty darn powerful!

  • 0

Spiceworks is not designed for multiple clients/customers. It is really designed for an single business. There is no crm that can separate tickets by business then by user or machine.

From what I remember of kayako (it has been years since I used it/implemented it) it does not either, it was a simple helpdesk ticketing and knowledge base system.

I strongly recommend a crm product, these products will do multiple clients, have tickets for those clients, you can generate reports from said clients, even have a knowledge base just for your individual clients. Do the demo for connectwise to see what a crm can do for you, I use it to manage my clients, create tickets for them, put time against their contracts, etc. There are lots of crm's. Some free, some not so much....connectwise is very far from free.

  • 0

Just dont go with the sales pitched suggestions. Select any help desk software before analyzing whether it meets your requirements. You may want to try help desk software review sites like http://www.ithelpdesksoftware.com/help-desks.html to understand more clearly. There you can see the feature by feature reviews of popular help desk softwares along with the comparison reports. Better give a try,.

  • 0

Wow- now I know what all these guys do for a living - a lot of tech support gents in here. Kinda explains why the people in HH are so damned knowledgeable.

Most of the time I look back at my tech support days and shake my head in disgust because of my boss @ that time (major douche). And how I loved firing that certain tech who constantly told everyone he "used to be Geek Squad" as if to say "I went to Harvard" :no: clueless...

As far as the post, Connect-Wise is the only thing I know of, I think thats what they used @ the GameStop HQ where I did a 6 month contract.

  • 0

Wow- now I know what all these guys do for a living - a lot of tech support gents in here. Kinda explains why the people in HH are so damned knowledgeable.

Na we are all geek squad rejects who don't know how to use a keyboard properly. If the magic disk can't fix it, we are all stuck looking at a blank screen and are completely clueless where to go next. ;)

  • 0
Wow- now I know what all these guys do for a living - a lot of tech support gents in here. Kinda explains why the people in HH are so damned knowledgeable.

"You know when I told you I was a video game programmer? Well, that was a lie. Actually.. ah.. I kill people."

Well not really. Most of the time.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!