Download
Install Warda at home
Every release of Warda is published with its release notes and its checksums (SHA256SUMS).
Raspberry Pi
A ready image for a microSD card of 16 GB or more, written with Raspberry Pi Imager.
- 1Open the file
warda.rpi-imager-manifestof the release in Raspberry Pi Imager - 2Put the card in the Pi, plug it into your router, then power it on
- 3Open
http://wardaand follow the assistant
Or write the image from a terminal
bash
xzcat warda_<version>_raspberrypi-arm64.img.xz | sudo dd of=/dev/sdX bs=4M status=progress
arm64microSD ≥ 16 GB.img.xz
Download the image
Docker
One container, for a server or a NAS that already runs Docker.
- 1amd64 and arm64
- 2A volume for the data
- 3The assistant opens on the first visit
Start the container
bash
docker run -d --name warda --restart unless-stopped --network host \
--user 0:0 --cap-drop ALL --cap-add NET_BIND_SERVICE \
--cap-add NET_RAW --cap-add DAC_OVERRIDE --cap-add FOWNER \
-e TZ=Europe/Paris -v warda-data:/var/lib/warda \
registry.tips-of-mine.com/warda-dns/warda:latest
amd64arm64--network host
See the releases
Debian and Ubuntu
A Debian package for a virtual machine or a dedicated server.
- 1amd64 and arm64
- 2Service managed by systemd
- 3Signed automatic updates, with rollback
Install the package
bash
sudo apt install ./warda_<version>_amd64.deb
amd64arm64.debsystemd
Download the package
SHA256 verification
Check a download: compare its SHA256 fingerprint with the file SHA256SUMS of the release.
bash
sha256sum -c SHA256SUMS --ignore-missing
warda_<version>_raspberrypi-arm64.img.xz: OK