I have just set a VM instance on Google Compute, using the LEMP image.
I am able to access via gcloud ssh and installed webmin, I see webmin is running
sudo service webmin status gives
Webmin (pid 2539) is running
I changed default port to 1011 touching this two parameters
port=1011
listen=1011
if I do a wget to the localhost:1011 I get 200 response telling need to use ssl
I also on network on the google cloud console added a firewall rule to accept udp and tcp connection to port 1011, but "web page not available shows" when hitting http://externalip:1011
same for https.
I don´t know what else to do, any ideas ?
thanks