ITSM

ManageEngine ServiceDesk Plus -
configuration from scratch

How to configure ManageEngine ServiceDesk Plus from scratch. Step-by-step instructions: system requirements, installation, categories, SLAs, automations, workflow, and Active Directory integration.

← Back to Blog
ITSM
Jakub Roszkiewicz · May 2026 · 12 min read

You have just decided to deploy ManageEngine ServiceDesk Plus in your company. You receive the license, you have access to the admin panel - and now the question is: where do I start? In this article I walk you through every step of the configuration: from system requirements, through installation, all the way to setting up categories, SLAs, workflow automations, and Active Directory integration. The guide applies both to on-premise and Cloud deployments.

6
main configuration steps
1-2
weeks for full configuration with integrations
AD
Active Directory integration, step by step

System requirements and installing ServiceDesk Plus

Before installation, check that your infrastructure meets the minimum requirements. ManageEngine SDP requirements differ by scale - for 5 technicians an entry-level server is enough; for 100+ technicians you need a robust setup.

Minimum hardware (on-premise)

Do not install ManageEngine ServiceDesk Plus on the same server as a domain controller, Exchange, or Active Directory - this causes sync delays and resource conflicts. A dedicated server or a virtual machine in vSphere/Hyper-V is the standard.

Step by step: installation

  1. Download ManageEngine SDP from the official ManageEngine site or contact a partner (Rotech Group) for a direct link to your version/edition.
  2. Prepare the database - on-premise requires PostgreSQL or MSSQL. By default the installer uses the embedded H2 database (dev/test only, not for production). In production configure an external PostgreSQL or MSSQL database - this is mandatory.
  3. Run the installer - EXE on Windows, .sh script on Linux. The wizard walks you through port configuration (8080 by default), install path, database choice, and admin password.
  4. Right after installation: log in at localhost:8080 (or your IP) with admin/admin (change the password immediately), go to Admin → License Activation, and activate your license with the key you received.
  5. Set up backups - Admin → Backup & Restore, configure automatic daily backups at 2 AM local time.

Configuring categories, subcategories, and request types

Categories are the foundation of help desk organization. If you define them poorly, users will file tickets under the wrong categories and you will spend time moving them. Before you start configuring, audit your existing tickets.

How to plan the category structure

Step by step in ServiceDesk Plus

  1. Admin → Request Categories → New Category
  2. Enter the name (e.g. "Hardware"), a description, and the technicians who will handle this category
  3. Add subcategories: sub-categories → New Sub Category, e.g. "Laptop", "Monitor", "Printer"
  4. For each category set "Item Type" - is this an Incident, Request, or Problem? Usually: Incident for current issues, Request for changes/services, Problem for deep analyses.
  5. Set "Subcategory Mandatory" - does the user have to pick a subcategory? Yes - it forces precision.
  6. Add Custom Fields if needed - for Hardware: "Type of Device", "Serial Number", "Warranty Status".
After configuring categories, test them in the self-service portal - see how they look for the user. If you have 8+ subcategories, users will get lost. Shrink the structure.

Setting SLAs and escalation rules

An SLA (Service Level Agreement) is a promise - e.g. "we will resolve critical problems in 4 hours, normal ones in 24 hours". Without an SLA there is no pressure on technicians; without pressure there is chaos.

Building the SLA matrix

In ServiceDesk Plus, SLA is defined as a matrix: Category × Priority = resolution time. Example:

Category / Priority Critical High Normal Low
Hardware (server down) 2 h 4 h 8 h 24 h
Network (internet down) 1 h 4 h 8 h 24 h
Software (Outlook, Office) 4 h 8 h 24 h 48 h
Printer (network printer) 8 h 24 h 48 h 72 h

Configuration in SDP

  1. Admin → SLA Policies → New SLA
  2. Set the name (e.g. "Standard SLA"), a description, and whether it applies to Incident or Request
  3. Define the matrix: for each Category + Priority combination, enter time in hours and minutes
  4. Set escalation: when the time expires, the system automatically moves the ticket status to "On Escalation" and sends an alert to the manager
  5. Enable notifications: Admin → Notification Templates, configure an auto-email to the technician and customer when SLA is nearing its deadline (e.g. 30 minutes before timeout)

Pro tip: SLAs that make sense for your organization are not the same as for the company next door. If business requirements do not justify a 2-hour SLA for every incident, do not set one - that leads to team burnout with no visible benefit.

Automations - business rules step by step

Automation rules (Business Rules) are the heart of an effective help desk. Any manual operation you repeat more than 10 times a day should be automated.

Example rules to set up immediately

Business Rules configuration

  1. Admin → Business Rules → New Business Rule
  2. Set conditions: if X conditions are met (AND/OR logic)
  3. Set actions: what happens when conditions are met (status change, assignment, email, custom field updates)
  4. Test on a few tickets before rolling out globally

Active Directory and email integration

Without AD integration your help desk works offline - new users have to be added manually, password reset is ineffective, and group sync is wishful thinking. AD integration is mandatory.

Active Directory integration (LDAP/AD)

  1. Admin → LDAP Settings
  2. Enter AD server data:
    • Server Address: IP or FQDN of the domain controller (e.g. dc.company.local)
    • Base DN: cn=Users,dc=company,dc=local (for your domain)
    • Username: DOMAIN\user (a service account with AD access)
    • Password: that account's password
  3. Click Test Connection - if it succeeds, OK. If not, check the firewall and ports 389 (LDAP) or 636 (LDAPS).
  4. Set up automatic sync: Admin → LDAP Sync, every hour (or daily at night).
  5. Choose which AD attributes to sync: mail, telephoneNumber, department, manager. Do not sync everything - it depends on your AD.

Email integration (IMAP/POP3 → ManageEngine)

If you want emails sent to helpdesk@company.com to automatically create tickets in SDP, you need mailbox integration.

  1. Admin → Email Notification / Email to Ticket (depends on version)
  2. Add a mailbox:
    • Type: IMAP (Exchange / Office 365) or POP3 (basic mail)
    • Server: imap.office365.com (for M365) or your server
    • Port: 993 (IMAP+SSL) or 110 (POP3)
    • Username: helpdesk@company.com
    • Password: application password (for M365)
  3. Set polling frequency: check the mailbox every 5 minutes, each new email = a new ticket
  4. Test: send a test email to helpdesk@company.com, wait 5 minutes, check that a ticket appeared.
For Office 365 do not use the regular password - generate an "Application Password" in your Microsoft account settings. A regular password will not work.

FAQ - ManageEngine ServiceDesk Plus configuration

How long does ManageEngine ServiceDesk Plus configuration take?

For a small company (5-10 technicians), base configuration takes 1-2 business days. Full configuration with ITIL workflows, AD/M365 integrations, CMDB, and training usually runs 1-2 weeks, depending on IT process complexity. Doing it yourself without a partner usually means 3-4 weeks of intermittent work.

Can I configure it myself without a partner?

Yes, for base configuration (categories, SLAs, workflow) the ManageEngine documentation and admin panel access are enough. However Active Directory and M365 integrations, CMDB discovery, and advanced automations are where we recommend expert support. Rotech Group offers configuration help - from a process audit to a turnkey setup.

What are the minimum system requirements for ManageEngine ServiceDesk Plus?

Up to 50 technicians: Windows Server 2016+ or Linux, 8 GB RAM, 4 vCPU, 100 GB SSD. Up to 100 technicians: 16 GB RAM, 8 vCPU. Up to 500 technicians: 32+ GB RAM, 16 vCPU, separate database (SQL Server, PostgreSQL, Oracle). ServiceDesk Plus Cloud removes this concern - SaaS subscription, hosted by ManageEngine.

Can configuration be changed without downtime?

Most changes (categories, SLAs, workflow rules) can be applied without service interruption. Changes that require a restart: updates, database configuration changes, integrations with new systems. We recommend scheduling larger changes outside business hours - typically at night or on weekends - with a backup taken before the change.

How do you plan ticket categories that actually make sense?

Start with an audit of existing tickets and IT processes. Group them by area (Hardware, Software, Network, Printer, etc.), then create subcategories under each group. Rule of thumb: one main category plus up to 5 subcategories. Too many categories confuse users. In ManageEngine the structure can be changed after launch - it is not set in stone.

JR
Jakub Roszkiewicz
CTO · Rotech Group · ManageEngine ServiceDesk Plus deployment expert
Configuration help

Need an expert to configure ManageEngine ServiceDesk Plus?

Rotech Group will run a technical audit of your infrastructure, propose the base architecture, and handle a turnkey configuration. No headaches, no DIY experiments on production.

Book a technical consultation →