Firewall Blocks & Connection Issues
If your website, cPanel, FTP, or email suddenly stopped working from your current location, a firewall block is the most likely cause. This guide explains why blocks happen, how to check if you are blocked, and how to unblock yourself in under a minute.
What Is a Firewall Block?
Every server at Ultra Web Hosting runs an automated firewall that watches for patterns associated with attacks: brute-force login attempts, port scanning, malware probes, exploit signatures, and similar. When the firewall sees too many of these signals from a single IP address, it temporarily blocks that address from reaching any service on the server.
From your side, a block usually looks like:
- Your website loads fine from your phone (on cellular data) but times out on your home WiFi.
- FTP or SFTP refuses to connect.
- Webmail spins forever or shows a connection error.
- cPanel will not load at
:2083, but you can still log into the Client Area at my.ultrawebhosting.com (which lives on a different server). - A coworker can reach the site from their network but you cannot from yours.
Common Reasons You Got Blocked
Most blocks fall into one of these buckets:
- Password retries — A saved password in your email client, FTP client, or browser is wrong (or expired), and the app keeps retrying every minute. After enough failures the firewall blocks you.
- Old credentials in a script — A backup script, cron job, or deployment tool on your computer is still using an old password.
- Antivirus or security software — Some endpoint protection products probe your hosting server for vulnerabilities as a "safety scan." The firewall reads that as an attack.
- VPN or shared IP — If you share an IP with other VPN users, someone else's bad behavior can get the whole IP blocked.
- Dynamic home IP — Your ISP gave you an IP that was previously used by an attacker. Less common but it happens.
- WordPress login attempts — Repeated failed
wp-adminlogins (yours or a bot's, attributed to your IP) can trigger a block.
Step 1: Confirm You Are Blocked
Before unblocking, confirm the issue really is your IP and not something else (DNS, an SSL expiry, a server outage). Try one of these:
- Open your phone, turn off WiFi, and load your site over cellular data. If the site loads on cellular but not on WiFi, your home IP is blocked.
- Ask a friend or coworker on a different network to load the site. If it works for them but not for you, your IP is blocked.
- Use isitdownorjust.me or a similar third-party uptime check. If the third-party check sees the site as up but you do not, your IP is blocked.
Step 2: Unblock Yourself
There are two ways to clear a firewall block, depending on where you are.
Option A: From the Client Area (recommended)
Log into the Client Area from any working network (your phone on cellular, a coworker's laptop, a library, etc.):
- Open my.ultrawebhosting.com and log in.
- On the dashboard, click the Unblock IP quick action.
- The tool detects your current IP and the server your hosting account lives on, and removes the block automatically.
- Wait about 30 seconds and try connecting again.
Option B: From the Standalone Unblock Tool
If you cannot log into the Client Area for any reason, the unblock tool is also available without a login:
- From the affected network (the one being blocked), open the unblock portal.
- The tool detects your IP automatically.
- Enter the domain or hostname of the server you are trying to reach.
- Click Check & Unblock. If your IP is blocked, the block is lifted.
Option C: Check Firewall Block (inside your service)
If you are already logged into the Client Area and want to confirm whether a specific IP is blocked:
- Go to Services → My Services and click your hosting plan.
- Scroll to the Check Firewall Block section on the product page.
- Enter the IP address you want to check (the page pre-fills your current IP).
- The tool reports whether that IP is currently blocked on your server, and offers a one-click unblock if it is.
Step 3: Fix the Root Cause
Unblocking yourself once is easy. Staying unblocked means stopping whatever triggered the block in the first place. Common fixes:
- Update saved passwords. Open every email client, FTP client, and backup tool that connects to your hosting account, and re-enter the correct password. Pay special attention to phones and tablets, where old saved passwords often hide.
- Audit cron jobs and scripts on your local machines. Any script that fetches from or pushes to your hosting account using outdated credentials will keep getting you blocked.
- Disable third-party security scans that point at your hosting server. Your hosting server is not your endpoint, and the scans only generate noise.
- Switch off "secure" features in your email client that probe multiple authentication methods at once (some apps try PLAIN, LOGIN, and CRAM-MD5 in sequence and count as three failures per attempt).
- Use the right ports. See our Email Client Setup guide for the correct IMAP / SMTP settings.
What If I Keep Getting Blocked?
If you have followed Step 3 and you still get blocked repeatedly:
- Note the time you most recently got blocked, and what you were doing right before it happened.
- Open a support ticket with that time and any error messages.
- If you have a static IP address from a trusted location (your office, a server you control), include it in the ticket so we can add a permanent allow rule.
Related
- Email Client Setup — the correct ports and security settings so your mail client stops failing logins.
- Password Security — using a password manager so old passwords stop haunting you.
- IP Blocker (cPanel) — how to block visitors at the application level (separate from the server firewall).
- Free Tools — including the Spam Blacklist Checker for IP / domain reputation issues.