Nitish Kumar's Blog

Layman's take on technology | Doesn't need to have a super brain | Just do your bit

A Step by Step Guide about Spiceworks

with 35 comments


Wrote twice about Spiceworks, once for just introducing and once for showing a preview of upcoming Spiceworks 5.0. But I always thought that there is a vacuum, when we try to find some proper book over this great IT tool. The only resource is their very active users forum (really serves the purpose in superb way), which sure does the job, but I thought there must be something out there like step by step as well. Why to just think, when I could come up with one of my own? Here I am with a step to step guide about Spiceworks.

Introduction

Spiceworks provides a free systems management, inventory, and helpdesk software application, Spiceworks IT Desktop, designed for network administrators working in small- to medium-sized businesses.

Spiceworks IT Desktop is used to inventory, monitor, manage and report on software and hardware assets. It also includes an integrated help desk system. Spiceworks runs on Microsoft Windows and discovers Windows, UNIX, Linux and Mac OS X machines along with other IP-addressable devices such as routers, VOIP phones, printers, etc.

Spiceworks is an adware and is written in Ruby on Rails, It’s not a complete and detailed Monitoring Solution like Zabbix as of now, but it covers other aspects of your IT management that Zabbix left, in a powerful way like Inventory, events reporting like installations/ updates and complete out-of-the-box-Helpdesk segment.

What are the main features available with Spiceworks?

Here is feature list:

1. Scan SNMP Devices
2. Linux Scanning via an SSH login
3. Scan Windows Devices via WMI
4. Ability to manage your software licenses
5. Alerts on customizable definitions (eg machines with no anti-virus or low printer toner)
6. Software automatically categorizes machines into groups. eg Laptops, servers, routers etc
7. Ability to define custom devices
8. Ability to compare one machine with another
9. Ability to manage services on remote machines
10. Plugins
11. Reports
12. Network Map (Beta)
13. Helpdesk with user portal



For whom Spiceworks is designed for?

Spiceworks IT Desktop is designed for

  • IT Pros who have admin rights on their network.
  • Organizations with less than 1,000 devices on their network. It will work with more but it won’t be as fast.
  • Running on a PC. It discovers Windows, OS X, Linux and UNIX but you need to run it from only one PC on your network (which might be even just a desktop with provided resource requirements).

Advantages of Spiceworks:

Though Spiceworks integration with active directory is still a work in progress from Spiceworks community end and complete performance monitoring like Zabbix or NagiOS is not available with Spiceworks, but there are two areas, where Spiceworks is very useful for our scenario.

1. Inventory of Systems: With the changing requirements and movement of systems, it’s a hard and purely manual work to keep track of updated inventory of workstations with us in some particular campaigns as earlier it involved going PC to PC and collecting detailed profiles of workstations.

Spiceworks solves the same issue with collecting the system related info like Serial number, MAC Address, RAM, HDD, Processor, Product Keys etc from a centralized location. Though the setup requires specific changes in system firewalls, but it works for covering almost all the workstation with little troubleshooting skills. Most favorable thing is, it doesn’t works on agent-less way means it could start it work without affecting current existing scenario and without installing anything on production machines that might raise issues for any compliance.

2. Web Based Helpdesk Solution: Centralized helpdesk is a proven resource to keep the cost and quality of support optimized and after searching a lot of open source Helpdesk solutions for a web based helpdesk solution, there was no satisfactory solution matching our requirements. Most of the solutions out in market assume an IT Helpdesk person logging and assigning calls after receiving telephonic or mail based complaints as that’s a standard in most of the places.

Spiceworks was only available for free solution that provides a very flexible and customizable Helpdesk solution that could address most of the needs in our environment with continuous learning and efforts to improve it.


Installation procedure and requirements:

The Spiceworks software as a less than 25 Mb download file (as of now) could be downloaded from the www.spiceworks.com. The same executable is inclusive of all basic requirements for Spiceworks that includes the SQLite database for storing settings-n-stats and Apache web server (need to check if installations already there to avoid conflicts).

System Requirements

1. Windows XP Pro SP2, Windows Vista, Windows 7, Windows 2003 Server SP1, SP2 and R2, & Windows 2008 Server

2. 1.0 GHz Pentium III class processor

3. Minimum 1.0 GB RAM (Notice that this one is trickier as it has to cover a lot of aspects)

Browser Requirements

  • Firefox 3.0 – 3.5
  • Internet Explorer 7.0 – 8.0
  • Google Chrome

As its not always the case that you get a fresh server to install a new application, one should worry about two things with installing any of the web solution, first if its going to take the default http port 80 and if the database its going to use, already exists on the same server, you are going to install SpiceWorks IT Desktop.

Thankfully, Spiceworks goes well about both the cases. It takes port 9675 (Of course, choice is yours) for HTTP and the database used is not MySQL, but is a SQLite database.

~24 M of installation take a little while to install and greet you with a couple of questions about your network like range of IP Addresses to scan, various Windows username/ passwords details possibly across your network, ssh credentials and you are ready to scan your network for finding devices. As the very first step, it asks you to get registered with Spiceworks, which would be your one point help system and integration of your account with web resources.

There are also services related requirements on client side like WMI related services should be in running mode and firewall should not be blocking Spiceworks access. File and Printer sharing service and Remote Registry Service running on clients are the other main requirements for Spiceworks.


Working with Spiceworks:

There are two portions of the jobs that Spiceworks does in our environment and below is the details:

Inventory: The very first step to start with Spiceworks is running a Network scan from settings options. The following will be required inputs for the same:

1. It will require the credentials like Administrator passwords that are allowed to access registry of the clients and active directory info, SSH logins etc. Many times, it also requires to give local administrator auths than domain one.

2. Define the network range to scan. This has to be chosen systematically because scanning extra IPs increases overhead over Spiceworks and thus affecting other things.

3. After scanning, there must be many device mentioned in Inventory section and may be few reporting errors while scanning, which will be needed to sorted.

4. Once done with scanning all and sorting out error, you can always take a very flexible and customizable excel based inventory report based on almost every accessible info.

Helpdesk:

You have to go through http://<Server_IP&gt;:9675/user_portal to design the portal as per requirements and design preferences. For adding custom fields, there are plenty of options at the advanced setting page http://<Server_IP&gt;:9675/settings/advanced. For additional and useful customizations, there are many extensions and plugins available like we are making use of following plugins.

1. My Ticket Rules
2. My Ticket Views
3. Helpdesk only User Roles
4. Ticket Auto-Assign

After the required customizations, you can navigate to http://<Server_IP&gt;:9675/tickets for tickets being displayed there with filters like Open Tickets, Closed Tickets, Unassigned Ticket etc.

Now you have two ways; either let IT Staff lock the complaints themselves with details or even pass the responsibility to actual users themselves via portal (http://<Server_IP&gt;:9675/portal) that could be flexibly customized through (http://<Server_IP&gt;:9675/user_portal).

There are other options available with Helpdesk like Active Directory auth, so that clients could make use of their normal domain login to login into Helpdesk and many minor options in advanced pro configurations to suit the needs.


Backing up configuration:

For backing up the configuration, the settings page is on http://<Server_IP&gt;:9675/settings/backup, which defines the location for the backup and also option to schedule the backup on daily, weekly or monthly basis.

You can set it at automatic, which create a job in Windows Scheduled Tasks that will make use of the command Spiceworks.exe backup, where the exe is located at

C:\Program Files\Spiceworks\bin

The backup job creates zip files in C:\Program Files\Spiceworks\backup folder (by default) in the format

spiceworks-backup-[Vversionnumber]-[YYYY-MM-DD].zip

Restoring Spiceworks data:

There are following steps involved in restoring Spiceworks from the backup done in above way:

  • Right-click system tray and select exit (or stop the service if running as a service)
  • Verify that all Spiceworks* processes are no longer running
  • Delete the db and data directories in the Spiceworks installation folder
  • Copy the db and data folders into the Spiceworks installation folder
  • Start Spiceworks


Moving your Spiceworks installation to a new computer

If you’d like to move Spiceworks from one machine to another, the following steps will work for you:

  • Download and run Spiceworks installer on the target machine
  • Important: Use the same installation directory and port as the original installation
  • Do not complete the registration process
  • Follow the steps above to copy the data and db directories into the new installation


Troubleshooting:

Problem 1: Spiceworks not starting, unable to access.

Solution: Spiceworks is proactive over such issues and updates are smooth at 90% occasions, so in most of the scenario re-installation of Spiceworks from the same exe will restore the configurations without any loss of info, which is most clean way than messing up with the configs.

Problem 2: Scanning errors for workstations.

Solution: There might be many reasons for the same like WMI services not enabled, remote registry not enabled, auths wrong or firewall denying the access. If everything is proper then running the following batch instruction should resolve the issue in most of the cases.

Net Stop WinMgmt /y
sc sdset winmgmt "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
Net Start WinMgmt

The above commands basically set proper permissions on WMI Management Service of the client PC and restarts the WMI Management Service. It works in most of the cases, if all above precautions are taken.

One can make a batch file to run on problem PCs locally or remotely via using XCMD application to access the command prompt of the remote PC from a central location.

Problem 3: User not able to login into Helpdesk. Login failed.

Solution: This may happen due to two reasons:

1. The user has no read permissions on the Spiceworks folder of the server

2. The user’s LAN ID is restricted to login on some specific workstation and so denied login over other workstations.

Solution for the first is to provide read permissions to authenticated users on the following folder

C:\Program Files\Spiceworks

Solution for the second is to adding Server’s name in Logon To field of problematic LAN ID.


So, this is just a naive guide from my side, but I hope that it will help the people, who wants to know, wants to start with Spiceworks. Welcome friends.. let’s spice up the IT.

About these ads

Written by Nitish Kumar

August 23, 2010 at 12:20 am

35 Responses

Subscribe to comments with RSS.

  1. Fantastic, thanks!

    Ara H

    August 23, 2010 at 11:40 am

  2. Nitish – great write-up! For those of us who are committed to spreading the word about SpiceWorks and helping others benefit from using it – we appreciate this type of “press”! Thanks – good job!

    Bob Beatty

    August 24, 2010 at 12:31 am

    • Always welcome mate.

      Spiceworks sure deserves much more attention than this being the core tool for System administration like Zabbix, WSUS, WDS or Squid

      Nitish Kumar

      August 24, 2010 at 12:37 am

  3. [...] if installations already there to avoid conflicts).Read the rest of his write up on his blog “A Step by Step Guide about Spiceworks” This entry was written by akp982 and posted on 24/08/2010 at 7:49 am and filed under Other [...]

  4. Hi Nitish,

    I have installed and configured spice works the problems are

    1. unable to login spicework community with my login id and passoword from office, and same thing can do from my home network. Is there any port should open in the firewall ?
    2. Even though i am giving domainname\administrtor some devices are (desktops) not identifying . Windows firewall has been disabled for entire domain.
    could you pls guide me ?

    Regards,

    Shajith

    Shajith Nair

    December 20, 2010 at 11:13 am

    • Windows Firewall is sure an issue sometimes. You might need to run the following set of commands via a batch files on the computers, you want to be get added into Spiceworks list

      Net Stop WinMgmt /y
      sc sdset winmgmt “D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
      Net Start WinMgmt

      As about port no, then default port is 9675

      Nitish Kumar

      December 20, 2010 at 12:25 pm

  5. Dear Nitish,
    Thanks. You helped a lot.
    Brgds,
    Eugenio Amado

    Eugenio Amado

    January 13, 2011 at 5:31 pm

    • Always welcome.

      Nitish Kumar

      January 13, 2011 at 5:56 pm

      • hii nitish kumar,
        I have installed the spice work in our network, but it looks hard to manage the inventory option and if you guide me how to use the helpdesk bcause i created user portal and couldn’t use on user’s desktop as the users desktops are win7 64bit and 32 bit, some are vista and xp,, if you send me any manual it will be great.

        thanks

        ameen

        May 26, 2011 at 8:19 pm

  6. Thank you for the write up. I used it as a “follow along” during implementation and didn’t have ANY issues getting us onramped with spiceworks!

    Leif Hurst

    May 3, 2011 at 12:12 am

  7. Good info, Nitish. I’m looking forward to your detailed review!

    mehdi

    May 28, 2011 at 2:50 am

  8. que tal amigos estoy usando por primera ves este programa que esta buenisimo , mi problema es que no puedo conectarme no se que parte estoy configurando mal. ya desabilite el firewall mi antivirus pero no logro que funsiones por fa si alguien me ayuda,, cuando instalo todo y se conecta ala web me sale es http://localhost:9675/first_splash …esta pagina web no esta disponible !!!!!!!!!! desde ya gracias mi correo es angel_migu@hotmail.com

    parpadeo

    July 28, 2011 at 7:28 pm

  9. Hi, Nitish kumar,
    I have installed the spice work, I used it
    Thank you

    yahve

    August 11, 2011 at 12:09 pm

  10. Hai
    I Installed spicework in my window 2003 server.I can access all Ubuntu system in my network but i cannot manage network account of window system in my network .I had installed ssh in ubantu systems nothing done with windows system . when i try to create new window account through spicework by giving username and password error come

    sreeraju

    October 27, 2011 at 4:44 pm

  11. hi this is shahid here;
    boss i need the batch file or vb script of inventories means i have to take a whole inventories which is been under
    active directories
    but i have run batch or vb script through my machine and get the whole inventory in excel format.
    so plz help me out.

    thanks and regard,
    shahid
    (it professional).

    shhaid khan

    February 3, 2012 at 5:40 pm

  12. Hi Nitish,

    Great work !
    I am new one on spicyworks but i want to use it specially helpdesk portion
    but i just download and install in my invirnomet ,
    but i dont know how end user login their portal ?
    here in useraccount three type of user access available, admin, helpdesk admin, reporting .
    but for end user which is suitable ? end user only see their generated tickets and generate new ticket as well nothing else ?

    that i want so plz guide me how it ll possible ?
    if u have complete guide of whole spicyworks then please let me know from where i can download ???

    waitng your kind response soon ,,,,

    Thanks,
    Shahzad

    Shahzad

    February 8, 2012 at 4:43 pm

    • Hi Shahzad,

      No need to create end user credentials, you can use your active directory user logins to login user portal.

      Link : http://:9675/portal

      Prabhakar

      December 12, 2012 at 1:14 am

  13. Hi Nitish

    I am using spiceworks from 1 year and my all client computers were then windows XP. There were no problem to scan with windows XP machines.

    Now we have purchased windows 7. Some of machines are succeed for scan and some got trouble.
    And it goes to unknown group. The message shows ” Timeout waiting for WMI connection”.

    I have applied your method (run the command in client computers). But no result.

    is there any other solution.

    Hassan

    February 28, 2012 at 12:37 pm

  14. hi, need one expert opinion from you, we have setup spicework helpdesk, but when we setup smtp and ( email id) it did strange thing, it instead of replying with ticket number for specific email id, it started assigning ticket # to all emails received on all email id’s. and it send to everyone who is in to or cc.

    any idea why this happen, we use ithelpdesk@example.com id to send email tickets to sender.

    thanks

    hashmat

    May 19, 2012 at 6:28 pm

  15. Please any one can help me how i add new windows server in spice works

    shapon

    September 15, 2012 at 2:53 am

  16. I actually contemplate the reason you branded this particular
    blog post, “A Step by Step Guide about Spiceworks Nitish Kumar’s Blog”. Anyway I really loved the blog!Thanks for your effort-Rosaura

  17. No matter if some one searches for his essential thing, so he/she desires to
    be available that in detail, thus that thing is maintained over here.

    Darcy

    February 10, 2013 at 5:12 pm

  18. The tutoriol is very good. I’m trying with Spicework for our network system. Does Spicework detect the installed softwares in PCs ? Thanks.

    CAN DIEN TU THAI BINH DUONG

    February 27, 2013 at 8:20 am

  19. Thank you for the auspicious writeup. It in fact was a amusement account it.
    Look advanced to more added agreeable from you!
    However, how can we communicate?

    online casino

    March 4, 2013 at 3:56 am

  20. I do not even know how I ended up here, but I thought this post was
    good. I do not know who you are but certainly you are going
    to a famous blogger if you are not already ;) Cheers!

  21. Hi! I could have sworn I’ve visited your blog before but after going through a few of the posts I realized it’s new to me.
    Regardless, I’m certainly delighted I came across it and I’ll
    be book-marking it and checking back frequently!

    old navy

    March 10, 2013 at 7:40 pm

  22. Hi Nitish,
    Thanks for the explanation on spiceworks. i have used spiceworks since 2 years. Really help me to solve problems in a professional way.

    Now, i got a problem, some tickets keeps on loading when i tried to open it…I have restarted the spiceworks services. i have also tried in IE 8, Firefox and Chrome..i will appreciate greatly if you can help.

    Thanks in advance.
    Eric.

    Eric

    April 21, 2013 at 2:15 pm

  23. Way cool! Some very valid points! I appreciate you penning this post and
    the rest of the website is really good.

    lloyd irvin rape

    May 7, 2013 at 2:51 pm

  24. Oh my goodness! Amazing article dude! Thanks, However I am encountering troubles with your RSS.
    I don’t know why I can’t subscribe to it. Is there anybody getting the same RSS issues?
    Anyone that knows the solution will you kindly respond?
    Thanks!!

    raspberry ketones

    May 18, 2013 at 6:51 pm


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 2,329 other followers

%d bloggers like this: