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: 13 days ago
JSON representation
Server management platform for the Wolf software suite
- Host: GitHub
- URL: https://github.com/wolfsoftwaresystemsltd/wolfstack
- Owner: wolfsoftwaresystemsltd
- License: other
- Created: 2026-02-10T06:22:07.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-05-27T12:06:28.000Z (16 days ago)
- Last Synced: 2026-05-27T14:27:32.834Z (16 days ago)
- Topics: 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
- Language: Rust
- Homepage: https://wolfstack.org
- Size: 25.6 MB
- Stars: 110
- Watchers: 2
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Cla: CLA.md
Awesome Lists containing this project
README
# 🐺 WolfStack™ — Server, VM & Container Management Platform
[](https://github.com/sponsors/wolfsoftwaresystemsltd)
[](https://discord.gg/q9qMjHjUQY)
[](https://www.reddit.com/r/WolfStack/)
[](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!**

## 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 |
## Fund Open Source
No VC funding. No ads. No telemetry. Every feature ships free to everyone — backers make that possible.
Backers get access to the private roadmap, early access builds, and direct developer support on Discord.
- ❤️ **Back this project:** [github.com/sponsors/wolfsoftwaresystemsltd](https://github.com/sponsors/wolfsoftwaresystemsltd)
- 💬 **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)
## License
[MIT License](LICENSE) — Free to use, modify, and distribute without restriction.
© 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 MIT licence grants rights to the source code; 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.*