• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Can not open Plesk panel from a special IP and how to solve it?

mohsen_rem23

New Pleskian
I have a Plesk panel and that installed on an Ubuntu server. from last week I can not open the Plesk panel, website and webmail from a specific client IP. When I change my client IP every things work well.
The Firewall on Ubuntu is off and also I enabled and added a trust rule from client IP, but it doesn't work. How can I find the problem and solve it?
 
Hi,

maybe you are blocked by Fail2ban.
You can check if your IP is banned like this:
Code:
$ plesk bin ip_ban --banned

If it is banned use the following command to unban your IP:
Code:
$ plesk bin ip_ban --unban XXX.XXX.XXX.XXX,plesk-panel

You can add a trusted IP for Fail2ban like this to prevent of being blocked:
Code:
$ plesk bin ip_ban --add-trusted XXX.XXX.XXX.XXX

Hope that helps
Sebo
 
Hi,

maybe you are blocked by Fail2ban.
You can check if your IP is banned like this:
Code:
$ plesk bin ip_ban --banned

If it is banned use the following command to unban your IP:
Code:
$ plesk bin ip_ban --unban XXX.XXX.XXX.XXX,plesk-panel

You can add a trusted IP for Fail2ban like this to prevent of being blocked:
Code:
$ plesk bin ip_ban --add-trusted XXX.XXX.XXX.XXX

Hope that helps
Sebo
Thanksö my problem solved.
 
Back
Top