Unable to connect to mythtv dashboard remotely

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
chicobiker
Junior
Posts: 42
Joined: Thu Jun 26, 2014 8:47 pm
United States of America

Unable to connect to mythtv dashboard remotely

Post by chicobiker »

Just noticed this today. We are on a trip in our RV and I usually can connect to my mythtv dashboard via the wireguard VPN on my router by a shortcut on my Chromebook; ie:192.168.1.144:6544/dashboard/status. For some reason it's not working. I can ssh into it so I know the server is up and running and up to date.
white_haired_uncle
Senior
Posts: 557
Joined: Thu Feb 23, 2023 8:55 pm
Location: Safe outside my gilded cage
United States of America

Re: Unable to connect to mythtv dashboard remotely

Post by white_haired_uncle »

It would probably help to define "not working".

If you can ssh into the mythtv backend from your CB, after confirming mythbackend is running, I would look at the mythbackend log (might be in /var/log/mythtv, might need to use journalctl -t mythbackend - we don't know what OS you're running so it's hard to say). Then I'd check the ports just for laughs, using one of these:

Code: Select all

ss -ln | grep 6544
netstat -ln | grep 6544
chicobiker
Junior
Posts: 42
Joined: Thu Jun 26, 2014 8:47 pm
United States of America

Re: Unable to connect to mythtv dashboard remotely

Post by chicobiker »

Thanks for the info on what to check. I will see what I can find out when we get home. Appreciate your reply.
Post Reply