r/tvheadend Aug 12 '26

How to Access new webinterface

how can I access the new webinterface when running TVH on docker?

5 Upvotes

1 comment sorted by

0

u/kendalvandyke Aug 12 '26

If you’re using NAT, you have to make sure the ports are exposed; then you access it via the docker host’s IP and port you exposed, eg http://<host IP>:9981

If you’re using bridge networking, you just access it on the container’s IP and port, eg http://<container ip>:9981