terminal - Accessing webmin through browser port :10000 -
recently set debian 9.1 x64 server ssh , lamp stack (php ver7.0). php , apache both installed correctly since landing pages. ufw active.
i have installed webmin(using apt-get) , tried following instructions http://www.webmin.com/deb.html on different occasion. "sucessfully" completed installation(s) via terminal , directed me goto https://my_domain:10000 , log in root.
after multiple attempts, tried using https://my_ip_address:10000 greeted "safari cannot open my_ipaddress because cant connect server".
i have tried following solve problem:
-reinstalling webmin,
-restarting webmin,
-stopping ufw firewall,
-allowing ports 10000 ,https port (443 think), port 22, port22 v6
-opening webmin config , changing port/listen line listen port such 44321,
-opening error logs. "error" appeared not being able ipv6,
-using different browsers,
i have read many forum posts of users having similar problems none of solutions have been effective. have heard of iptables reason cannot implement solution. im new server configuration therefore i'd appreciate help.
similar post: unable access webmin through browser
ok fixed it. fix this, log in root nano
sudo nano /etc/webmin/miniserv.conf turn off ssl setting 0.
the restart webmin , try connect.
im research whether safe practice.
Comments
Post a Comment