Post

DietPi

DietPi is a lightweight Debian-based OS with a curated software catalogue (dietpi-software) and simple configuration tools. The script creates a Debian LXC and converts it with the official dietpi-installer.

DietPi
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/dietpi.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
rootdietpi

Notes

Restart the container once after creation; DietPi's interactive first run setup starts at the next login.
SSH server, locale, software picks and more can be preconfigured in /boot/dietpi.txt before that restart.
A root password set in the advanced settings is applied to root and the dietpi user at that restart. Without one, both get the password dietpi.

Source code
Loading...