Unable to access Webmin through browser

前端 未结 6 452
天命终不由人
天命终不由人 2020-12-24 07:56

I followed DigitalOcean\'s tutorials on how to set up your server with SSH, creating a new user, firewalls etc. The first tutorial in the series is linked under:

htt

6条回答
  •  一生所求
    2020-12-24 08:24

    try this ... it's working for me

    iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT
    service iptables save
    /etc/init.d/iptables restart
    

    open both link in Browser

    https://your-IP:10000 and http://your-IP:10000

提交回复
热议问题