Hi,
I've accidentally locked myself out of my Web UI on Tvheadend v4.2 server running on a RPi3, Kodi 21.0 Libreelec 12.0.0.
I understand that I can generate a new Web UI with no login credentials by running Tvheadend with the -C, --firstrun arguement. However, I've had no success at all by trying this on SSH. Here's an example of the sort of commands I've been attempting
RMDRPi3:~ # systemctl start service.tvheadend42-C, --firstrun
systemctl: unrecognized option '--firstrun'
RMDRPi3:~ # systemctl start service.tvheadend42-C,--firstrun
Invalid unit name "service.tvheadend42-C,--firstrun" escaped as "service.tvheadend42-C\x2c--firstrun" (maybe you should use systemd-escape?).
Failed to start service.tvheadend42-C\x2c--firstrun.service: Unit service.tvheadend42-C\x2c--firstrun.service not found.
RMDRPi3:~ # systemctl start service.tvheadend42-C, --firstrun
systemctl: unrecognized option '--firstrun'
systemctl start service.tvheadend
and systemctl stop service.tvheadend
work fine.
I would find it much easier to reinstall an initial Libreelec backup via PINN, but I don't want to destroy the database I've built up which has info from finished recordings etc.
Can anyone advise please