Headless backend

For discussion related to MythTV which doesn't belong in another forum.

Moderator: Forum Moderators

Post Reply
zkab
Newcomer
Posts: 2
Joined: Sun Feb 15, 2015 3:38 pm
Sweden

Headless backend

Post by zkab »

Hi,

I am new to Mythtv and installed it on Ubuntu Vivid Vervet (15.04) server which is a headless server that will not have any GUI whatsoever - sits on a LAN.
How can I configure Mythtv backend - can it be done by a browser from another machine on the LAN ... <IP-address for backend:xxxx>
Have not found this in documentation - only that I should run '/usr/bin/mythtv-setup' but I don't have any GUI on my backend ...
User avatar
stuarta
Developer
Posts: 220
Joined: Wed Feb 05, 2014 5:13 pm
Great Britain

Re: Headless backend

Post by stuarta »

Being able to configure the backend via a web browser is currently a work in progress. For the moment you should use ssh with x-forwarding and run mythtv-setup on the server.

Code: Select all

$ ssh -X <myserver>
Regards
Stuart
zkab
Newcomer
Posts: 2
Joined: Sun Feb 15, 2015 3:38 pm
Sweden

Re: Headless backend

Post by zkab »

Thanks
yuckyuntried424
Newcomer
Posts: 1
Joined: Fri Oct 14, 2016 9:40 am
United States of America

Re: Headless backend

Post by yuckyuntried424 »

I also faced this for just 5 minutes.
Post Reply