username/password for initial login of web ui
Added by bob smith over 5 years ago
Hi,
OS: Manjaro Linux
I just installed TVHeadend 4.2 on a Manjaro Linux machine and I cannot log into the web ui.
I get prompted for the username/password on >myhost:9981. I have no idea what the username/password for the web ui is.
The Wiki states "If you start Tvheadend with the ‘-C’ argument. A default user with no user-name or password will be created."
The Million Dollar question is...how exactly do I do this on a Manjaro system?
Thanks for any help.
Replies (1)
RE: username/password for initial login of web ui
-
Added by bob smith over 5 years ago
I got a reply on the manjaro forum that worked for me.
Try: change the PKGBUILD from aur .. here line 104
OPTIONS="-u hts -g video -6 --http_port 9981 --htsp_port 9982"
to...
OPTIONS="-u hts -g video -C -6 --http_port 9981 --htsp_port 9982"