What is the link for remote login in shoutcast administrator. I think it's

www.ip:port/admin.cgi?pass=Password But i'm not sure..

link|improve this question
feedback

closed as off topic by Jakub, VMAtm, Will Jan 11 at 13:58

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 1 down vote accepted

the URL is http://server:port/admin.cgi, but it looks like they are using basic authentication, not form based authentication.

Read more about basic auth here: http://en.wikipedia.org/wiki/Basic_access_authentication

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.