Viewing SABnzbd interface from another computer

Get help with all aspects of SABnzbd
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
bugmenot
Full Member
Full Member
Posts: 102
Joined: January 30th, 2008, 9:25 pm

Viewing SABnzbd interface from another computer

Post by bugmenot »

Hi,

I read in the FAQ http://sabnzbd.wikidot.com/faq#toc4 how to do this.
It not only didn't work I can't view the website on the local machine now either.

Now what?  I guess I have to vi a config file somewhere?  Which file?  What line and operand in said file?

Any advice, uh-ohs or things I should be aware of?  My host machine does NOT have a firewall if that helps.

Help1!  :'(
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Viewing SABnzbd interface from another computer

Post by switch »

In the future please post the details listed in this thread so we can help you quicker: http://forums.sabnzbd.org/index.php?topic=44.0 We have to support machines on multiple operating systems so knowing what you are running really helps us.

If you are on windows xp (not vista), close sabnzbd.exe from the task manager, then Start>Run and enter:

Code: Select all

"C:\Program Files\SABnzbd\SABnzbd.exe" -s 0.0.0.0:8080
Remote access should now work as well as localhost.

If you are on vista, enter

Code: Select all

"C:\Program Files\SABnzbd\SABnzbd.exe" -s localhost:8080
Remote access won't work, but at least you can access localhost again.

If you are on linux, edit your sabnzbd.ini in ~/.sabnzbd/

If you are on mac see here.

If you are editing sabnzbd.ini you need to change:

Code: Select all

host =
to

Code: Select all

host = localhost
Last edited by switch on March 4th, 2009, 3:58 pm, edited 1 time in total.
bugmenot
Full Member
Full Member
Posts: 102
Joined: January 30th, 2008, 9:25 pm

Re: Viewing SABnzbd interface from another computer

Post by bugmenot »

Hi,

I am sorry I didn't mention which platform I am on(Ubuntu 8.10) and I never thought of it until I was out and about.

You advice fixed my problem so I can now access it from the local machine.  Any advice on how to make SAB allow any machine on my LAN access the web component?

Thanks again,
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Viewing SABnzbd interface from another computer

Post by shypike »

Use 0.0.0.0 as host address.
bugmenot
Full Member
Full Member
Posts: 102
Joined: January 30th, 2008, 9:25 pm

Re: Viewing SABnzbd interface from another computer

Post by bugmenot »

Thanks.  It worked once I added it via vi not the web interface(didn't like it).
Just so you devs know. :)

Cheers
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Viewing SABnzbd interface from another computer

Post by shypike »

The web-interface will accept it, but it will only become active
after you restart SABnzbd.
Last edited by shypike on March 6th, 2009, 6:30 am, edited 1 time in total.
Post Reply