Unable to access Webmin through browser

前端 未结 6 480
天命终不由人
天命终不由人 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:37

    Digital ocean sets up your basic firewall with the '1-click' LAMP stack. All ports but ssh and http are blocked. I think the tutorial has you setting that up as well.

    Run sudo ufw status to see what ports are currently allowed

    and then sudo ufw allow 10000/tcp to allow access to the one webmin needs.

提交回复
热议问题