If you are running Alkaline on server www.foo.com
, port 9999
,
the administrative pages are located at http://www.foo.com:9999/
.
If you get a 404/Not Found
error, you should copy the admin
directory from the Alkaline distribution
to the location where you run the binary from.
When you get a password popup, you should enter your manage
or root
password.
This is not the root password of your machine. For passwords troubleshooting, please refer to the
related FAQ
.
If you get a 401/Access Denied
error or you are getting a blank page, and you have entered a valid
password (you will not be prompted any more), you must grant read permissions to the admin folder. On Unix, this can be
done with chmod -R 644 admin
. On Windows NT make sure that all files in the admin directory do not
have the read-only
propery. This is a bug in version 1.4 and has been fixed in Alkaline 1.5.
If you cannot perform administrative operations, check that you are connecting to the right port on your server:
http://www.foo.com:9999/
is not the same as http://www.foo.com/
.