By rodman0803
i have finished setting up the webmin and after like 5-10 mins i will be kicked out… this is the error i get Can’t establish a connection to the server at 134.209.108.70:10000.
Check self-signed SSL certificate warning Check the server status Check the connection
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @rodman0803,
That’s normal behavior. You can’t have an SSL certificate on an IP address. You can try and Add Exception for this website/IP address on your browser and this should be fine.
If I’ve misunderstood the issue and you are not able to connect due to another reason, it’s possible your firewall is blocking the connection to port 10000. On an Ubuntu server with UFW firewall, we execute
sudo ufw allow 10000/tcp
Similarly, to open port 10000 in iptables, we use
iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 10000 -j ACCEPT
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
