Page 1 of 1

Can't Access sabnzbd remotely

Posted: January 12th, 2010, 1:36 am
by keepitscottie
Hey guys,
I have seen a bunch of posts on this; but none of them with my error.
When try to access my htpc (running xbmc) @ 192.168.1.199:8080/sabnzbd/ i get this error message:

Access Error: Site or Page Not Found

Cannot open URL

what have i done wrong?

my settings? file, reads this:
# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.

# [required] user or uid of account to run the program as:
USER=scott

# [optional] full path to the configuration file of your choice;
#            otherwise, the default location (in $USER's home
#            directory) is used:
CONFIG=

# [optional] hostname/ip and port number to listen on:
HOST=
PORT=8080

# [optional] extra command line options, if any:
EXTRAOPTS=
thanks for the help! i also should let you know, that i have sabnzb running on my main comp(macbook pro) and cant access it remotely either (even when i type in the IP from the same computer)

Re: Can't Access sabnzbd remotely

Posted: January 12th, 2010, 3:28 am
by shypike
keepitscottie wrote: # [optional] hostname/ip and port number to listen on:
HOST=
PORT=8080
Try
HOST = 192.168.1.199
On some systems the automatic detection fails.

Re: Can't Access sabnzbd remotely

Posted: January 12th, 2010, 8:54 am
by keepitscottie
that seemed to have done the trick, thanks!

Re: Can't Access sabnzbd remotely

Posted: February 19th, 2010, 12:58 pm
by DDM123
shypike wrote:
keepitscottie wrote: # [optional] hostname/ip and port number to listen on:
HOST=
PORT=8080
Try
HOST = 192.168.1.199
On some systems the automatic detection fails.
My new Arch install was driving me nuts because of this. Thanks