WipekitWipekit

Documentation · Getting Started

Installation

Requirements

  • Ubuntu 20.04+ or Debian 11+ (x86_64)
  • Node.js 20 or newer
  • sudo access for installing system packages and registering the systemd service

Install Steps

Install required system packages:

sudo apt update && sudo apt install -y unzip

curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs

Download the latest release, extract it, and run the installer:

wget https://github.com/timhpuPl/WipeKit-Panel/releases/download/Early_Access/wipekit-v0.1.0.zip
unzip wipekit-v0.1.0.zip
cd wipekit-v0.1.0
./install.sh

You can also grab the ZIP manually from the Releases page.

The installer checks for Node.js, installs required system packages, sets up the default config, and registers Wipekit as a systemd service that starts automatically on reboot.

Start the panel:

sudo systemctl start wipekit

The panel will be available at http://YOUR_SERVER_IP:3000. On first launch you will be taken through the setup wizard.