Page 1 of 1

Web Server Access Logs?

PostPosted: Thu Mar 31, 2011 9:13 pm
by Ericular
Is there somewhere that I can see the IP address of who is logging into my Subsonic server?

I know the logs show username and listening actvity... even user agent info. But I don't see IP address anywhere. I want to have a generic guest login for several people to share, but don't want to go that road if I can never tell which IP they are coming from.

Thanks!

PostPosted: Fri Apr 01, 2011 1:09 am
by nelgin
As the admin user try going to

http://yourwebsite:port/db.view

You should get a box where you can enter an SQL query.

Enter the following line in the box and click OK.

select username,ip_address,last_seen from player


This lists the username, ip they're from and when they were last on.

I see all my admin logins from home, work and my cellphone, and when I logged in as my friend to check her account.

PostPosted: Fri Apr 01, 2011 1:33 pm
by Ericular
Awesome, that works. Thanks