I can't access because of fail2ban

Good! I love your panel and it worked perfectly until I came up with the stupid idea of installing a graphical desktop (budgie exactly) the moment I installed it, I stopped having ssh access and access to the hestia panel, uninstalled the graphical desktop and I am still unable to enter, I have verified that stopping the fail2ban service if I can enter again, I leave my iptables in case someone can help me ( sudo iptables -L -n) thanks.
Fail2ban stop
Chain INPUT (policy DROP)
target prot opt source destination
fail2ban-RECIDIVE tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 1:65535
fail2ban-MAIL tcp – 0.0.0.0/0 0.0.0.0/0 multiport dpor ts 25,465,587,110,995,143,993
ACCEPT all – 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTA BLISHED
ACCEPT all – 192.168.10.2 0.0.0.0/0
ACCEPT all – 127.0.0.1 0.0.0.0/0
ACCEPT tcp – 192.168.1.0/24 0.0.0.0/0 tcp dpt:22
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 tcp dpt:5000
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 8 0,443
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 2 1,12000:12100
ACCEPT udp – 0.0.0.0/0 0.0.0.0/0 udp dpt:53
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 2 5,465,587
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 1 10,995
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 multiport dports 1 43,993
ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 tcp dpt:8083
ACCEPT icmp – 0.0.0.0/0 0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain fail2ban-MAIL (1 references)
target prot opt source destination

Chain fail2ban-RECIDIVE (1 references)
target prot opt source destination

Chain hestia (0 references)
target prot opt source destination

Fail2ban start

Iptables is not the way. It took me some time to figure that out.

Edit:
/etc/fail2ban/jail.local

via SSH or via panel in this url:
https://my.domain.com:8083/edit/server/fail2ban/

And add:
[DEFAULT]
ignoreip = 92.58.161.xx 195.114.211.xxx 5.56.63.xxx 5.56.62.xxx 185.37.226.xxx 5.56.60.xxx my.subdomain1.com my.dyndns.org

One more thing the “[DEFAULT]” is case sensitive. It drove me crazy to test everything and it didn’t work because of that.