Search found 4 matches
- December 9th, 2025, 9:50 am
- Forum: General Help
- Topic: sabnzbd on Raspberry Pi5 (headless) [flatpak]
- Replies: 5
- Views: 10654
Re: sabnzbd on Raspberry Pi5 (headless) [flatpak]
That lonely -f argument doesn’t look right. Try removing it from your command. It's working now! Guess "-f" specifies the ini file sabnzbd uses. Created a base ini file in /etc and specified the path in the service file: ExecStart=/usr/bin/flatpak run org.sabnzbd.sabnzbd -f /etc/sabnzbd.i...
- December 9th, 2025, 5:30 am
- Forum: General Help
- Topic: sabnzbd on Raspberry Pi5 (headless) [flatpak]
- Replies: 5
- Views: 10654
Re: sabnzbd on Raspberry Pi5 (headless) [flatpak]
That lonely -f argument doesn’t look right. Try removing it from your command. As I wrote: without the "-f" (ExecStart=/usr/bin/flatpak run org.sabnzbd.sabnzbd -s 0.0.0.0) I get an error when trying to start sabnzbd: Dez 09 06:35:30 pi5 systemd[1]: Started sabnzbd.service - SABnzbd headle...
- December 9th, 2025, 12:51 am
- Forum: General Help
- Topic: sabnzbd on Raspberry Pi5 (headless) [flatpak]
- Replies: 5
- Views: 10654
Re: sabnzbd on Raspberry Pi5 (headless)
Try this: /usr/bin/flatpak run org.sabnzbd.sabnzbd -s 0.0.0.0 That leads to an error: Dez 09 06:35:30 pi5 systemd[1]: Started sabnzbd.service - SABnzbd headless server. Dez 09 06:35:30 pi5 systemd[786]: Started app-flatpak-org.sabnzbd.sabnzbd-41204.scope. Dez 09 06:35:32 pi5 flatpak[41212]: Fatal e...
- December 8th, 2025, 12:39 pm
- Forum: General Help
- Topic: sabnzbd on Raspberry Pi5 (headless) [flatpak]
- Replies: 5
- Views: 10654
sabnzbd on Raspberry Pi5 (headless) [flatpak]
Hello, I would like to install sabnzbd on my Pi5. It is running Debian Bookworm with no graphical interface (no Gnome, KDE, etc.). I tried to install it using flatpak. It's running fine, but I cannot access it from my PC using a browser. I tried flatpak override --system --share=network org.sabnzbd....