Install on Debian 7

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
cyrben
Newbie
Newbie
Posts: 13
Joined: September 29th, 2014, 8:42 am

Install on Debian 7

Post by cyrben »

Hello,
I'm french, excuse me for my english...
I've tried to install sabnzbd on Debian 7 but when I try to launch the application (http://ip server:8080/) it doesn't work.
Somebody can help me ?

I proceeded as:

apt-get install sabnzbdplus
apt-get install sabnzbdplus-theme-smpl
apt-get install sabnzbdplus-theme-plush
apt-get install sabnzbdplus-theme-iphone
nano /etc/default/sabnzbdplus (USER --> my user)
/etc/init.d/sabnzbdplus start

I probably forgot something :D
Somebody can help me ?
Thanks
User avatar
jcfp
Release Testers
Release Testers
Posts: 986
Joined: February 7th, 2008, 12:45 pm

Re: Install on Debian 7

Post by jcfp »

by default sab listens only on localhost, try HOST=0.0.0.0 in /etc/default/sabnzbdplus if you want to connect remotely
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Install on Debian 7

Post by sander »

I would first start from the command line:

Code: Select all

sabnzbdplus
and then start a webbrowser on the Debian system itself to access http://localhost:8080/

If the Debian has no webbrowser and you thus must access it remotely, start

Code: Select all

sabnzbdplus --server 0.0.0.0:8080
and the access it via http://<debian's-ip-address>:8080/

Make sure that works and fill out the wizard carefully. As soon as that works, proceed to setting SAB up as service.

HTH
cyrben
Newbie
Newbie
Posts: 13
Joined: September 29th, 2014, 8:42 am

Re: Install on Debian 7

Post by cyrben »

Thank you.
I try what you say and i tell you if it's ok?
Good night (in France)
cyrben
Newbie
Newbie
Posts: 13
Joined: September 29th, 2014, 8:42 am

Re: Install on Debian 7

Post by cyrben »

In english...

Wow, I go to my interface
Thank you for your help.
Now I have to make the settings.
Post Reply