An open API service indexing awesome lists of open source software.

https://github.com/wolfsoftwaresystemsltd/wolfstack

Server management platform for the Wolf software suite
https://github.com/wolfsoftwaresystemsltd/wolfstack

actix-web backup cluster-management container-management devops docker docker-management homelab infrastructure linux-server lxc monitoring networking proxmox-alternative rust self-hosted server-management sysadmin virtual-machines web-ui

Last synced: 3 days ago
JSON representation

Server management platform for the Wolf software suite

Awesome Lists containing this project

README

          

# 🐺 WolfStack™ — Server, VM & Container Management Platform

[![Sponsor on GitHub](https://img.shields.io/badge/Sponsor-%E2%9D%A4-red?style=for-the-badge&logo=github)](https://github.com/sponsors/wolfsoftwaresystemsltd)
[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/q9qMjHjUQY)
[![Reddit](https://img.shields.io/badge/Reddit-r%2FWolfStack-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](https://www.reddit.com/r/WolfStack/)
[![Docs](https://img.shields.io/badge/Docs-wolfstack.org-blue?style=for-the-badge)](https://wolfstack.org)

The flagship management dashboard from [Wolf Software Systems](https://wolf.uk.com/). Monitor servers, manage virtual machines, Docker and LXC containers, control services, and manage your entire infrastructure from one beautiful web interface. **500+ one-click apps. Now with a 3D VR Server Room!**

![WolfStack Dashboard](https://wolfstack.org/images/screenshot.png)

## Install

```bash
curl -sSL https://raw.githubusercontent.com/wolfsoftwaresystemsltd/WolfStack/master/setup.sh | sudo bash
```

Then open `http://your-server:8553` and log in with your Linux system credentials.

Run this on every machine you want to manage. Works on most versions of Linux and runs fine on a single machine.

## Documentation

Full documentation, guides, and API reference are available at:

### **📖 [wolfstack.org](https://wolfstack.org)**

## Releases

Static musl binaries for `x86_64` and `aarch64` (ARM64 / Raspberry Pi 4+) are published to [GitHub Releases](https://github.com/wolfsoftwaresystemsltd/WolfStack/releases). Each release ships a SHA-256 sum file, a [cosign](https://docs.sigstore.dev/) signature bundle, and a [SLSA](https://slsa.dev/spec/v1.0/provenance) build-provenance attestation generated by the GitHub Actions workflow.

Verify a downloaded binary:

```bash
cosign verify-blob \
--bundle wolfstack-x86_64.cosign.bundle \
--certificate-identity-regexp 'https://github.com/wolfsoftwaresystemsltd/WolfStack/\.github/workflows/release\.yml@.*' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
wolfstack-x86_64

gh attestation verify wolfstack-x86_64 --repo wolfsoftwaresystemsltd/WolfStack
```

Per-version history is in [CHANGELOG.md](CHANGELOG.md).

## Part of the Wolf Suite

| Tool | Description |
|------|-------------|
| **[WolfStack](https://wolfstack.org/wolfstack.html)** | Server & container management dashboard (this project) |
| **[WolfScale](https://wolfstack.org/quickstart.html)** | Database replication & load balancing |
| **[WolfDisk](https://wolfstack.org/wolfdisk.html)** | Distributed filesystem replication |
| **[WolfNet](https://wolfstack.org/wolfnet.html)** | Secure private networking across the internet |
| **[WolfProxy](https://wolfstack.org/wolfproxy.html)** | NGINX-compatible reverse proxy with firewall |
| **[WolfServe](https://wolfstack.org/wolfserve.html)** | Apache2-compatible web server |

## Support development

No VC funding. No ads. No telemetry. WolfStack is **source-available** and free for personal, homelab, education, and non-profit use — sponsorships and commercial licences are what fund development.


Sponsor on GitHub

Sponsoring is a **donation that funds development** — from a few dollars a month, cancel anytime. Every supporter gets early-access (beta) builds, the private roadmap, and direct developer support on Discord. Sponsoring is **not** a commercial-use licence (see below).

- ❤️ **Sponsor:** [github.com/sponsors/wolfsoftwaresystemsltd](https://github.com/sponsors/wolfsoftwaresystemsltd)
- 💼 **Commercial licence:** [wolfstack.org/enterprise.php](https://wolfstack.org/enterprise.php)
- 💬 **Discord:** [Join our community](https://discord.gg/q9qMjHjUQY)
- 🔥 **Reddit:** [r/WolfStack](https://www.reddit.com/r/WolfStack/)
- 🌐 **Website:** [wolf.uk.com](https://wolf.uk.com)

## Licence

WolfStack is **source-available** — not open source. See [LICENSE](LICENSE) for the full terms and [LICENSING.md](LICENSING.md) for a plain-English summary of plans and what sponsoring vs licensing gets you. In short:

- **Free** for personal, homelab, education, research, and non-profit use, under the [PolyForm Noncommercial Licence 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0).
- **Commercial use** — any business use (even internal), reselling, or hosting WolfStack as a service for others — requires a paid subscription: Homelab, Team, MSP, or Enterprise ([wolfstack.org/enterprise.php](https://wolfstack.org/enterprise.php)).
- Most features are free for everyone; a few business features (SSO, API tokens, plugins, multi-tenancy) require a licence.
- Releases up to **v22.9.x** remain available under the MIT Licence in perpetuity; **v22.10.0 and later** are under the dual licence above.

© 2024-2026 [Wolf Software Systems Ltd](https://wolf.uk.com/)

## Trademarks

WolfStack™, WolfRouter™, WolfAgents™, WolfNet™, WolfFlow™, WolfRun™, WolfUSB™ and WolfDisk™ are trademarks of Wolf Software Systems Ltd. The licence grants rights to the source code under the terms above; it does not grant rights to the Wolf Software Systems Ltd trademarks. All rights reserved.

---

*We hand code and use AI to assist with the development of this software.*