Timeout connection for port 10000

SYSTEM INFORMATION
OS type and version debian 11
Webmin version 2.202
Virtualmin version 7.0.21
Webserver version REQUIRED
Related packages SUGGESTED

I cannot access server IP:10000
the connection timeout error.
In the firewall, port 10000 is open.
All domains in the server are accessible, and port 20000 is available.
How to solve problems.

Without the requested system information - you want us to start guessing?

Thank you
i completed information

1 Like

what is the output from

systemctl status webmin

?

active (running)

Have you opened port 10000 in your provider’s firewall settings as well?

have you got fail2ban running ? You may have banned yourself somehow, as you have access to the terminal you can use fail2ban-client to check your ip is not banned
use

fail2ban-client status webmin-auth

this assumes you have the webmin-auth jail active

tcp 196 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp6 0 0 :::10000 :::* LISTEN
udp 0 0 0.0.0.0:10000 0.0.0.0:*

Status for the jail: webmin-auth
|- Filter
| |- Currently failed: 4
| |- Total failed: 10
| - Journal matches: _SYSTEMD_UNIT=webmin.service - Actions
|- Currently banned: 0
|- Total banned: 0
`- Banned IP list:

Stop Fail2Ban service and try logging in to 45.149.79.188:10000 again. Does it work?

In addition, you may want to stop FirewallD and try again.

Don’t forget to enable the services once tried.

I did it, but there is problem.

It appears you resolved the issue. The login page is accessible via https://45.149.79.188:10000

Yes, after I checked that the port was open and that the firewall and TCP were listening, I used the command “sudo reboot.” The login page became accessible, but I noticed that Dovecot was down. The error was related to an SSL configuration for a site that had been deleted, which was still present in the dovecot.conf file. I removed the SSL entry and then restarted the service. Thank you very much for your efforts in solving the problem.

Mark your reply as resolved, please.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.