Business inquiries

[email protected]

Sales department

@bithosting_sales

Technical support

@bithosting_tech

🚧 Restrict Control Panel Access via Firewall

To enhance your server’s security, it is highly recommended to restrict access to the control panel (such as ISPmanager, VestaCP, HestiaCP, etc.) to trusted IP addresses only. This can be done using UFW or iptables.

🔐 Step 1: Identify Your Panel Port

Determine which port your control panel uses:

🧱 Step 2: Allow Access from Your IP Only

Using UFW (Ubuntu/Debian):

sudo ufw allow from YOUR_IP to any port 1500 proto tcp
    

Using iptables (CentOS/AlmaLinux):

sudo iptables -A INPUT -p tcp -s YOUR_IP --dport 1500 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 1500 -j DROP
    

📌 Security Tips

← Back to Security section

If you have trouble setting up access restrictions — contact Bit.Hosting support. We’ll help you configure everything securely!

BIT.HOSTING

Your path to perfection

Maximum Performance

Stable servers and modern hardware ensure fast and reliable operation of your services.

Ultimate Configuration Flexibility

Support for various OS and control panels lets you tailor your hosting environment to your exact needs.

Affordable Server Prices

We offer some of the most competitive and accessible prices on the market.

24/7 Customer Support

Our experts are here to assist you anytime — with advice, solutions, or technical help around the clock.