MinusNow Documentation
๐ŸชŸ Windows Server

Windows Deployment Guide

Complete deployment guide for MinusNow ITSM on Windows Server โ€” choose between on-premises IIS-based installation or cloud provider deployment (Azure, AWS, GCP).

๐Ÿš€ Choose Your Deployment Model

๐Ÿข

On-Premises Deployment

Deploy on your own Windows Server hardware with IIS, NSSM services, and local PostgreSQL. Ideal for enterprises with existing Windows infrastructure.

โœ“ Full Data Control โœ“ IIS Integration โœ“ AD Compatible
  • IIS reverse proxy with URL Rewrite & ARR
  • Local PostgreSQL database
  • NSSM Windows Service management
  • Let's Encrypt or PFX certificate import
  • Automated backup via Task Scheduler
View On-Premises Guide โ†’
โ˜๏ธ

Cloud Deployment

Deploy on Azure, AWS, or Google Cloud with managed PostgreSQL, load balancers, and auto-scaling. Azure-first with native integration.

โœ“ Auto-Scaling โœ“ Managed DB โœ“ Load Balanced
  • Azure (VM + PostgreSQL Flexible + App Gateway)
  • AWS (EC2 Windows + RDS + ALB)
  • GCP (Compute Engine + Cloud SQL)
  • IIS with NSSM on cloud VMs
  • SSL via Let's Encrypt or cloud certificates
View Cloud Guide โ†’

๐Ÿ’ป Common Requirements

ComponentMinimumRecommendedEnterprise
CPU8 vCPU (x86_64)16 vCPU (Xeon)32+ vCPU
RAM32 GB DDR464 GB DDR4128+ GB DDR4/DDR5
Storage500 GB NVMe SSD1 TB NVMe SSD2+ TB NVMe RAID
Network1 Gbps10 Gbps25 Gbps+

Supported Operating Systems

Windows Server 2022

Standard / Datacenter

โœ“ Recommended

Windows Server 2019

Standard / Datacenter

Supported

Windows Server 2016

Standard / Datacenter

Legacy support

Software Stack

ComponentVersionPurpose
Node.js22.x LTS (min 20.x)Application Runtime
PostgreSQL16+ (min 15)Database Server
IIS10.0+Reverse Proxy
URL Rewrite2.1+IIS Module
ARR3.0+Application Request Routing
NSSMLatestWindows Service Wrapper

๐Ÿ”— Quick Reference

๐Ÿ“‹ Deployment Checklist

  • Verify hardware meets minimum requirements
  • Install Windows Server with latest updates
  • Enable IIS with required modules (URL Rewrite, ARR)
  • Configure Windows Firewall (ports 80, 443, 5000, 5432)
  • Create service account with appropriate permissions
  • Install Node.js 22.x LTS
  • Install and configure PostgreSQL 16+
  • Deploy application and configure environment variables
  • Install NSSM and create Windows Service
  • Configure SSL/TLS certificates
  • Set up automated backup via Task Scheduler