Unable to connect to mythtv dashboard remotely
Moderator: Forum Moderators
-
- Junior
- Posts: 42
- Joined: Thu Jun 26, 2014 8:47 pm
Unable to connect to mythtv dashboard remotely
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.
-
- Senior
- Posts: 557
- Joined: Thu Feb 23, 2023 8:55 pm
- Location: Safe outside my gilded cage
Re: Unable to connect to mythtv dashboard remotely
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:
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
-
- Junior
- Posts: 42
- Joined: Thu Jun 26, 2014 8:47 pm
Re: Unable to connect to mythtv dashboard remotely
Thanks for the info on what to check. I will see what I can find out when we get home. Appreciate your reply.