mojamoi

Well-Known Member
Jul 23, 2007
195
0
66
Hello,

I am unable to acecss whm and putty.exe to a cpanel vps

i have only acecss to soluvm console

what command should i issue to remove the browser block?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Try accessing your server via SSH and ensure there are no iptables firewall rules active that are blocking connections to your cPanel/WHM services. You may need to consult with your provider if you are unable to access the server via SSH.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
is there any problem f i delete all existing iptables rules
Rather than deleting the rules, you could simply save the rules and temporarily stop the "iptables" service. EX:
Code:
/etc/init.d/iptables save
/etc/init.d/iptables stop
Note that you should ensure you are not using a third-party firewall such as CSF before running the above commands.

Thank you.
 

mojamoi

Well-Known Member
Jul 23, 2007
195
0
66
csf is there .

what should i do since csf is tehre

should i first stop csf then stop iptables
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Try stopping CSF to see if that makes a difference.

Thank you.