WolfStack Live USB

Try WolfStack without touching your server. Boot from USB, explore the dashboard, pull out the stick when you’re done.

Recommended for production: Install WolfStack on an existing Linux server or a fresh OS installation using setup.sh. The Live USB is intended for testing and evaluation only — it runs entirely from RAM and does not persist data across reboots.

What is the Live USB?

A bootable USB stick based on Debian with XFCE desktop. WolfStack, WolfNet, and Docker are pre-installed and start automatically when you boot. Nothing is written to your hard drive.

  • Boots straight into a desktop with WolfStack running
  • WiFi support included — works on laptops
  • Explore containers, networking, storage, and the full dashboard
  • Pull out the USB when you’re done — nothing changes on your machine

Download

Download Live USB ISO ~3.5 GB · x86-64 only · BIOS & UEFI · Debian XFCE + WiFi

Writing to USB

You need a USB stick with at least 8 GB. Two options:

Option 1: Ventoy (easiest)

Install Ventoy on your USB stick, then just copy the ISO file onto the drive. You can put multiple ISOs on the same stick.

Option 2: dd (Linux/macOS)

bash
sudo dd if=wolfstack-15.15.0-amd64.iso of=/dev/sdX bs=4M status=progress

Replace /dev/sdX with your USB device. Use lsblk to find it. This will erase the USB stick.

Default Credentials

Dashboard URLhttp://127.0.0.1:8553
Usernamewolfstack
Passwordwolfstack

Services take 30–60 seconds to start after boot. Watch the terminal window for progress.

Limitations

The Live USB is great for evaluation but has some limitations compared to a full installation:

  • No persistence — all changes are lost when you reboot or remove the USB
  • Limited disk space — runs from RAM, so large containers or VMs may not fit
  • x86-64 only — no ARM64 / Raspberry Pi support on the ISO
  • Performance — slower than a native install due to the overlay filesystem

For production use, install WolfStack on your server with a single command.

Installing Permanently

Once you’ve tried WolfStack and want to keep it, there are two paths:

Option 1: Add to an Existing Server

Already have a Linux server running? Install WolfStack alongside your existing setup with a single command. This is the recommended approach for production.

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

Works on Ubuntu, Debian, Fedora, RHEL, Arch, openSUSE, and Proxmox VE. See the Install page for full details.

Option 2: Install Debian + WolfStack to Disk

Don’t have an OS yet? The Live USB can install the entire system — Debian 13, XFCE desktop, and WolfStack — directly to a hard drive or SSD.

Click the “Install WolfStack to Disk” shortcut on the desktop. You’ll be asked to choose a disk, set a root password, and the installer does the rest.

This erases the selected disk and creates a bootable system with WolfStack pre-configured and ready to go.

Esc