← Package directory
Available on winget

Install SysManage Server

Open-source fleet management server for SysManage.

Install with winget
winget install --id sysmanage.sysmanage
Upgrade
winget upgrade --id sysmanage.sysmanage
Uninstall
winget uninstall --id sysmanage.sysmanage

About SysManage Server

SysManage is the server-side component of an open-source fleet management platform. It accepts inventory from SysManage Agent hosts, dispatches declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), surfaces health and compliance dashboards, and exposes a REST + WebSocket API for orchestration.

What's new in 3.3.0.0

SysManage Server v3.3.0.0 Finished phase 16 Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceverly/sysmanage/releases/download/v3.3.0.0/sysmanage_3.3.0.0-1_all.deb sudo apt install ./sysmanage_3.3.0.0-1_all.deb # Install nginx if not already installed sudo apt install nginx # Configure the server sudo nano /etc/sysmanage.yaml # Run database migrations cd /opt/sysmanage sudo -u sysmanage .venv/bin/python -m alembic upgrade head # Start the service sudo systemctl enable --now sysmanage OpenBSD # Download the port tarball wget https://github.com/bceverly/sysmanage/releases/download/v3.3.0.0/sysmanage-openbsd-port-3.3.0.0.tar.gz # Extract to OpenBSD ports tree cd /usr/ports/mystuff mkdir -p www tar xzf ~/sysmanage-openbsd-port-3.3.0.0.tar.gz -C www/ # Generate checksums cd /usr/ports/mystuff/www/sysmanage doas make makesum # Build and install doas make install # Initialize PostgreSQL (if not already done) doas su - _postgresql initdb -D /var/postgresql/data -U postgres -A scram-sha-256 -E UTF8 -W exit doas rcctl enable postgresql doas rcctl start postgresql # Create database and user doas su - _postgresql -c "createuser -P sysmanage" doas su - _postgresql -c "createdb -O sysmanage sysmanage" # Configure SysManage doas vi /etc/sysmanage.yaml # Update the database connection string # Initialize database schema cd /usr/local/libexec/sysmanage doas python3 -m alembic upgrade head # Enable and start the service doas rcctl enable sysmanage doas rcctl start sysmana...

Read release notes

Version history

Version Updated Notes
3.3.0.0 SysManage Server v3.3.0.0 Finished phase 16 Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceverly...
3.2.0.8 Unknown SysManage Server v3.2.0.8 Fixed Windows test regression Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github....
3.2.0.7 Unknown SysManage Server v3.2.0.7 Fixed test regression Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bcev...
3.2.0.5 Unknown SysManage Server v3.2.0.5 More phase 15 work Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceverl...
3.2.0.4 Unknown SysManage Server v3.2.0.4 Fixed load issue Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceverly/...
3.2.0.3 Unknown SysManage Server v3.2.0.3 Cleanup Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceverly/sysmanage...
3.2.0.2 Unknown SysManage Server v3.2.0.2 Fixed another test regression Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github....
3.2.0.0 Unknown SysManage Server v3.2.0.0 Initial phase 15 checkin Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/b...
3.1.0.11 Unknown SysManage Server v3.1.0.11 Fixed semgrep issue Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceve...
3.1.0.10 Unknown SysManage Server v3.1.0.10 Updated for new menu structure Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://githu...
3.1.0.9 Unknown SysManage Server v3.1.0.9 Updated roadmap for phase 14 exit Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://git...
3.1.0.8 Unknown SysManage Server v3.1.0.8 Added OpenBSD Errata Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceve...
3.1.0.7 Unknown SysManage Server v3.1.0.7 Fixed build and release CI/CD workflow regression Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install...
3.1.0.3 Unknown SysManage Server v3.1.0.3 Fixed BSD test regression Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/...
3.1.0.1 Unknown SysManage Server v3.1.0.1 Updated OpenBSD port Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bceve...
3.1.0.0 Unknown SysManage Server v3.1.0.0 Intermediate phase 14 checkin Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github....
3.0.1.8 Unknown SysManage Server v3.0.1.8 Fixed test regressions at end of phase 13 Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget htt...
3.0.1.7 Unknown SysManage Server v3.0.1.7 Wrapped up phase 13 Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github.com/bcever...
3.0.1.6 Unknown SysManage Server v3.0.1.6 Added gpg and custom metric features Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://...
3.0.1.5 Unknown SysManage Server v3.0.1.5 Fixed Windows ARM build issue Multi-platform system management and monitoring server with web-based interface. Installation Instructions Ubuntu/Debian # Download and install wget https://github....