Have you ever felt like a neighbor might be "stealing" your Wi-Fi? Now imagine something similar happening, but with your internet bandwidth. HostingYou pay for it, and someone else is using it to display your images on their website. This is known as... hotlinking.
What is Hotlinking?
Hotlinking is when someone links directly to an image, video, or other file stored on another server, instead of downloading and hosting it on their own website. Simply put, it's like someone using your resources to display content on their site, without consuming their own bandwidth, but rather yours.
Definition: "Hot-linking This is a practice used by website owners to use the content of another website, specifically images, videos, or documents hosted on the original website, without asking permission, without paying for licenses, and using the least possible effort.
How does hotlinking affect your hosting?
When a third party uses your images via hotlinking, your bandwidth consumption increases because every time someone visits their site, the file is loaded from your server. This affects your monthly data transfer allowance and, if your plan has limitations, can lead to performance issues or even additional costs.
What is Bandwidth?
Bandwidth is the amount of data transferred from your server to the user's device. This monthly rate includes data downloaded when visiting your website, sending or receiving emails, and using FTP. If you see an unexpected increase, it could be due to a surge in traffic or files that other sites are accessing directly from your server via hotlinking.

How to Check Bandwidth Consumption?
To check your bandwidth usage, follow these steps in your Hosting panel (cPanel):
- Log in to your Hosting control panel.
- In the "Records" section, select "Webalizer" and choose the domain to query.
- You will be able to view site statistics by month, with data such as visits, files, pages and accesses.
- Analyze the data to determine if the increase is due to more visits or the consumption of heavy resources (images or videos hosted on your server).
CouncilOptimize the images and videos hosted on your server to reduce bandwidth consumption. Using an external CDN, such as YouTube or Vimeo for videos, helps reduce the load on your server.
How to tell if someone is stealing your bandwidth through hotlinking?
An example of how an image is displayed in HTML code would be:
<img src="imagen.jpg" height="350" width="200">
When an image is displayed from a server other than your own, it creates a hotlinking scenario, as in the following example:
<img src="http://otroservidor.com/imagen.jpg" height="350" width="200">
Here, the file is uploaded from the server. otroservidor.comconsuming their bandwidth instead of yours. It's recommended to store and link images from your own hosting or an authorized CDN.
How to manage hotlinking from cPanel?
Most hosting providers allow you to manage hotlinking from the cPanel panel, in the Security section:
- Access "Direct Link Protection" or "Hotlinking Protection".
- Configure the allowed domains to prevent unauthorized use of your content.
- Block file extensions that you don't want linked from external sites.
- You can set up a landing URL for those who try to use your files without permission, redirecting them to a specific page.

A Simple Analogy
Imagine a stranger plugging their electrical devices into your outlets without your permission. This person's electricity consumption appears on your bill. The same thing happens with hotlinking: others use your bandwidth without authorization, and you pay the price.
Hotlinking is a common problem that affects the performance and costs of your hosting. Using management tools like cPanel allows you to protect your resources and ensure that the bandwidth you pay for is used only for your own website.











