New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
I seem to be running into the same issue. My disk’s down to 96 GB now, but it’s not much less than before, so I don’t really care.
i agree, up to date iso options would be very nice, but in the meantime you can select debian 12, fix the dns issues (if any) and run these command to upgrade to debian 13
apt update -y apt upgrade -y apt dist-upgrade -y apt clean -y apt autoremove -y sed -i 's/bookworm/trixie/g' /etc/apt/sources.list find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' {} \; apt update -y apt upgrade --without-new-pkgs -y apt full-upgrade -ySeconded on Debian 13 quick installer.
In the mean time, you can mount the Debian 13 net install iso via the "Boot & ISO - Rescue Mode" option in the panel, then boot and connect via VNC and install Debian 13 manually.
Note: The "Boot & ISO" seemed to have some bugs where it would throw errors sometimes, but I did successfully boot to Debian 13 boot iso, and install Debian 13 on a server with it.