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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.