I have my server nearly updated and I noticed a change from the available tools that were made available in Wheezy, are not active in Jessie.
In Wheezy I used to be able to go into the Webmin on port 12321.
On Jessie, I have tried that and a myriad of other ports through my research with Turnkey.
I’ve made sure that iptables were open for the ports I tested; 8080, 10000, 12321.
and access the IPADDRESS:PORT results in “page cannot be displayed.”
In the interest of minimalism, Webmin doesn’t start up by default anymore; those who wish to continue to use it may still do so by running this command:
update-rc.d webmin enable
service webmin start
And also opening up the relevant ports in iptables as you have. Sorry it’s not documented anywhere.
Does this still use the default ports from Wheezy?
I.E. 12321 for Webmin and 12320 for the console?
Or will it use another port? (Turnkey has one set for 10000.)
Through trail and error, found it to be port 12321.
Thanks for the solution, it worked although something screwy happened to tty8, but that’s of little importance.
Simply changing the screen and back again fixes it.
Similar problem here. Got MineOS running in a VM within unRAID, and this solution worked fine.
I’m hoping to run it inside a Docker container (less overhead) though, and not being familiar with Docker (or unRAID, much), I’m not sure where I can go to run the above commands.
Have you tried to log in using SSH then using the “su” command to access root privileges? Also I recommend adding another account with sudo group added.