Okay im new to this so not even sure I’m in the correct category
So I have a website
www.epicfailgu.co.uk
and I’m wanting to add a Admin page that I can password protect with .htpasswd etc that’s the easy part
I run a bunch of gaming servers and some have webserver that run locally on different ports
for example localhost:8081 will connect me to a Control Panel for managing a game server with a nice user interface
but to connect to this I have to be on the server via remote desktop and use the web browser there
Now I cant just push the port by port forwarding it as the UI isn’t password protected
I’m wondering if I can have lets say a server.php that will link back to this local webserver that I can password project
Any help would be much appreciated and I’m also new to all this so as much detail as possible would also be amazing
Thank you in advance