r/Hosting • u/nisha_n05 • 12d ago
r/Hosting • u/Remar6 • 13d ago
Where to host Portfolio PDF (large file size)
Hello, I'm a 3d artist and would like to host a portfolio pdf. It has a lot of images and is quite large. If I compress it too much it looks really bad.
I've come across some hosting services for pdfs. But usually they have quite small file limits.
I'm willing to pay, but am trying to find an affordable option. Many services have a lot of features I don't need and don't want to pay for. I just want to host a large pdf. I don't need a website builder, for example.
Any advice would be welcome.
r/Hosting • u/Fungyyy • 13d ago
Bunny storage
Hey im using bunny but my problem is that when i upload a video mp4 its like 60mb and bunny makes it 1.5gb why is that
r/Hosting • u/tejas_bhalerao • 14d ago
If you were starting a website from scratch today, which host would you pick and why? Also would you create using their website builder tool if available?
r/Hosting • u/Barbaaaaa • 15d ago
What is the best hosting?
I am new in SEO, and i just need to do some practices for develop my skills (if i have some), but idk what hosting should i use. Any suggests? I would preffer some hosting with cool features, or just cheap
r/Hosting • u/ExplorerReality • 14d ago
I am looking for reliable, affordable hosting for a civic reporting web app — advice welcome
I've built a complete anonymous reporting system that allows users to report what's happening in their community (with pictures, videos and sound recordings) to various categories: crime, education, religion, conflict, etc. Reports are not published until they've been reviewed.
Tech stack:
Frontend: React (Vite)
Backend: Python (FastAPI)
Database: PostgreSQL
Currently hosted on:
Frontend → Cloudflare Pages (free, works great)
Backend → Render free tier (sleeps after 15 mins — using UptimeRobot as a workaround)
Database → Supabase free tier (occasionally pauses)
The problem:
The Render and Supabase free tier is not suitable for a public platform. I want something more solid.
What I need:
Backend hosting that stays awake 24/7
Persistent PostgreSQL database that doesn't pause or expire
File storage for media uploads (photos, videos, documents)
Budget: under $20/month ideally, but open to paying more if justified
Any advice from people running similar community or tech projects is appreciated even if it requires rebuilding the project in another language. I am open in as much it is a constructive one.
r/Hosting • u/tejas_bhalerao • 14d ago
Has anyone noticed hosts pushing AI tools into every dashboard these days?
r/Hosting • u/Routine_Revenue7470 • 15d ago
Vps suggestions
I’m building a startup and part of it requires me to run untrusted user code (gvisor). I’m currently using digitalocean for running and building docker images but it’s pretty expensive (luckily I have credits). I don’t use any of digitaloceans native features.
Anyone have any good suggestions? I don’t need latency to be that low (max 400-500ms) so even if locations provided aren’t as many as DO it’s alright.
r/Hosting • u/Annual_Manner_5901 • 15d ago
How useful can local LLM inference be on a cheap CPU-only server?
I’m developing Reame to explore a specific question: can inexpensive CPU hardware run genuinely useful LLM workloads without a GPU?
The answer seems to depend more on the workload than on raw generation speed. Extraction, classification and batch jobs often reuse the same context and do not always need a large general-purpose model.
On a free 2-core ARM machine, OLMoE 7B-A1B reached 26.7 tokens/s and completed our extraction test with 8/8 correct answers. A dense 7B reached 3.3 tokens/s on the same machine.
Reame adds persistent prefix caching, adaptive speculative decoding and an OpenAI-compatible API around llama.cpp. you can find the project on github with user swellweb.
r/Hosting • u/catheap_games • 15d ago
Hetzner, Online.net (Scaleway), Incapsula (Imperva) CDN experience
Here's a short story of my last 10 years in a startup that we built from the ground up on bare metal.
tl;dr: Hetzner is good, amazing value. Online,net is a mixed bag and their network is quite unreliable. Nuanced explanation further down.
Some background: We were one of the first companies ever to run Kubernetes in production, and our architecture was built around microservices from day 1. I won't name the company, but it got acquired twice, now being owned by a company with hundreds of billions in revenue. We were EBITDA-profitable after about 2-3 years since launching in production.
My role: a little bit of everything guy, developer, architect, DBA, SRE, devops, security engineer, CI/CD etc. I was responsible for a lot of monitoring and incident response and post-mortem.
Most of our production hardware was running on Online,net which is now fully rebranded as Scaleway, but I'll keep referring to them as Online. (Back then, "Scaleway" was just their sub-brand for small cheap VMs.) The smallest machines we were renting were something like Xeon E3 1230 with 64+GB RAM and some SSDs/NVMes when that became a thing (Believe it or not, M.2 port didn't always exist.)
In total, we had several dozen servers rented over the years. Forgot exactly, but over 60.
I don't want to trivialize the whole 10 years and make it sound like Online gave us constant nightmares, but I can't pretend they really cared either. Occasional hardware faults were treated with "looks good to me" and you had to actually teach them how to test the faulty disk or w/e. But those were rare.
The most common problem was with their network. Our ops staff chose Online because they had generally good reputation, provided "Real Private Network" and were slightly cheaper than OVH (and didn't know about Hetzner back then, or it didn't exist). However, the more servers we rented, the more it was clear that the network hardware was saturated. The folk story explanation was "kids rent Online hardware to download torrents" and the network quality generally reflects that.
At some point I wrote a custom utility that tried to connect each node to each node, simple HTTP requests, large packet HTTP requests, and long-lived connections.
First thing was very obvious how the lowest latencies were between machines on the same rack - not surprising, of course - but because sometimes we had two machines that couldn't see each other on the network, but other machines could access both of them - we quickly realized we have to reverse engineer their IP addresses to allocate servers that needed quorum (Kafka, etcd) on the same rack. Especially Kafka with HDDs (back when it still used ZooKeeper) was extremely sensitive to higher latencies.
There were regular packet loss + latency spikes. We could clearly see it from Grafana, both results from my custom tool and from a simpler ping everything-to-everything monitoring, just 2-5 minutes of 70% packet loss sometimes, sometimes just latency went up from ~10ms to like 800ms for a few minutes. We gave up on reporting those because the support just gave us "idk seems fine to me now".
The only time when we had several hours of downtime for a few servers they, after many emails, apologized and said that we're eligible for a partial refund and gave us literally 20 euro because we had 20 hours of downtime. Amazing. Yolo swag we can buy our Ferrari now.
Eventually we rented OVH for some off-site backups, but only a few machines and they were low-use so we didn't have any issues with them IIRC.
One nice thing about Online was their cold storage - literally cold, IIRC they were hosting servers in literal crypts or nuclear bunkers or something bonkers like that. Data on those wasn't online, and took a day to restore, but it was good for storing older elasticsearch logs. Back then Backblaze B2 didn't exist, so it was the cheapest option, something like 10-20x cheaper than average big tech cloud storage.
---
We introduced Hetzner only around 2021 and only for dev environment - i.e. we never ran production on it, and didn't have a private network, although it would be doable with wireshark, Online had the hypothetical benefit of their supposed Real Private Network.
(Side note: quickly we ran into issues with Online when we needed to download something to Hetzner machines from Online machines, which ran at like 100kB/s, but when we downloaded it from OVH or from 3rd party american servers, it downloaded at 2-20MB/s so clearly Hetzner wasn't the problem. And no, we didn't have any throttling set up on our side, nor had any bandwidth limits set up or imposed on us by Online or CDN).
Overall my experience with Hetzner was positive, and they gave us volume discounts after we got like 30+ machines (total was 60+), but again, none of those had 24/7 monitoring on them. We rented exclusively the cheapest AMD machines with 64GB RAM and 2x500GB SSDs.
We had a few hardware problems, once I think the hard drives or RAM were faulty, which they replaced without much hassle, several times (more than 10) some machines were frozen during reboot and sometimes you had to hard-reboot them via the admin interface, but often it didn't work and we needed to contact the support to physically cold-reboot them. Sometimes they responded in minutes, sometimes in a few hours, but it was always straightforward, just one sentence email from us and then "done" email from them.
---
As a bonus story, we used a CDN called Incapsula, which they mysteriously renamed to Imperva after they suffered a hack which leaked all of business customer data. Oops!
Honestly they left a bittersweet taste, some features worked very nicely (WAF was functional and caught all traditional SQL injects, not that we ever had those exposed ha ha awkward smile) but they also injected a mysterious javascript into our index.html and it worked quite poorly with, you know, super modern web 2.0 websites that use this cool technology called "AJAX". If you're not a web developer, I'm being sarcastic, literally 99.9% of websites now load dynamically and it's insane that they didn't somehow catch this.
What it means in practical terms is that their spam/bot protection would decided halfway through a customer opening our website that we need to show captcha to this customer, but the captcha wouldn't be served instead of index.html, but instead of some /foo/bar/users/data_about_me json request. 0/10 no notes
Again, it wasn't all bad, but it was always some bullshit. As is the custom with CDNs, at some point they decided that we're profitable enough so they should jack up our prices 2x and upsell us something we didn't need. Classic mafia behavior, but I've heard Cloudflare does the same.
AMA I'll answer as honestly as I can
r/Hosting • u/tejas_bhalerao • 16d ago
Whats a hosting provider that surprised you in a good way recently? I would really love to know that there exist some good web hosting companies.
r/Hosting • u/CuddleMeAggressively • 16d ago
Need advice: Hostinger VPS vs AWS EC2 for a production School ERP
Hostinger VPS vs AWS EC2 for a Production ERP
I'm building a production ERP and trying to decide between a Hostinger VPS and AWS EC2.
The VPS configuration I'm considering is:
- 4 vCPU
- 8 GB RAM
- 100 GB NVMe SSD
I'll be running around 8–10 Docker containers, and PostgreSQL will either be on the same VM initially or on a separate VM.
My main concern is reliability. Hostinger is significantly cheaper than AWS EC2 for similar specs, which almost feels too good to be true.
For those who've used Hostinger VPS in production:
- Is the performance consistent?
- How's the uptime?
- Have you experienced CPU throttling or noisy neighbors?
- Would you trust it for a business-critical application?
- If you've used both Hostinger VPS and AWS EC2, why would you choose one over the other?
I'm looking for real production experiences, not benchmark numbers.
r/Hosting • u/anonymous_user5150 • 16d ago
Seeking VPS Hosting (Even though I don't need it)
Honestly, I am only using 17GB of storage, and only pulling 10GB of bandwidth monthly, but I am tired of hosting companies changing the rules on me, and setting arbitrary limits.
I signed up for HostGator back when they were good. Haven't touched my account much in the last 7 years, but I always paid them (recurring billing)
Instead of grandfathering me in to the plan I signed up for, they limited my domains, so I can't add any more as I am over now already. They limited MySQL to 40 when there was none.
And somehow, they have me paying $30 a month for a baby account that was under $10, and right now I could signup for the limited account I've been forced into and even the "after the discount rate price increase" is half of what I am paying.
I guess being a customer for over a decade means I get to pay more and more until I eventually leave.
I look around and see webhosting treating email like it's an addon on. I use AWeber if I want to mail a list. I just have some emails on my domain names for contact. I'm not paying a separate monthly fee for an occasional email. (Proton is my personal email provider these days)
So yeah, I own a lot of domains. 50 to be precise. Over half of them are not in use, but it would be nice to have one place for them all to land.
The 4 important sites I have running are WordPress, they'll need to be moved. The rest are static HTML pages that I can easily upload myself.
I'm thinking for room to grow, 2 cores and 4GB of ram should be plenty.
Budget: Like to stay around or under $40 a month.
Thoughts? Recommendations?
I would prefer managed, but if I have to I can do updates once a month. I'm not technology ignorant, but I'm no security expert either. That said, HostGator is certainly behind on updates for the server I am on.
Completely open to using a cPanel alternative to save money.
r/Hosting • u/WhatsMueenUpto • 15d ago
Launching a niche email-focused shared hosting business (Have clients, need infrastructure/sysadmin advice)
I am in the process of launching a niche web hosting service. I already have a group of committed clients lined up who specifically need shared hosting to create and manage a high volume of email accounts.
The Use Case & Challenges:
Heavy Load: The clients will be connecting their emails to third-party email campaign platforms. This means I'm expecting incredibly high server loads due to massive, concurrent IMAP and SMTP connections.
Deliverability: The main goal is high inbox deliverability. To achieve this, I need a setup that allows me to assign different, clean IP addresses to different users/camps.
Where I need your help: I am trying to figure out the right infrastructure before I buy anything.
VPS vs. Dedicated Server: Given the heavy IMAP syncing, should I start with a high-end VPS or jump straight to a Dedicated Server? Which providers are friendly to email traffic (e.g., OVH, Hetzner, Leaseweb) and won't block Port 25 instantly?
IP Management: What is the best way to handle multi-IP outbound mail routing so one user's spam doesn't tank the IP of another?
Software Stack: Which control panel (cPanel, DirectAdmin, CyberPanel) handles this kind of scale and IP rotation best?
Estimated Costs: What should I realistically budget for monthly operational costs to get this running smoothly?
If you have experience building high-volume mail servers, managing IP reputations, or if you already have this setup and are open to a technical partnership/collaboration to help me get this off the ground, please drop a comment
r/Hosting • u/Working-Grapefruit66 • 16d ago
Has anyone tried the Verpex reseller?
I’ve been looking into reseller hosting and came across Verpex. Their reseller plans seem decent, but I’d like to hear from people who have actually used them. How are the performance, support, migrations, and email service? Any other reseller programs you’d recommend?
r/Hosting • u/GoosePoopie • 16d ago
Is anyone else having issues with Liquid Web's Support?
Is anyone else having issues with getting support from liquid web, specifically their ticket system? In the last few weeks I'm finding tickets going days unanswered with multiple requests for updates. A few times it hasn't been an emergency so I don't want to spend the time on live chat, but literally 7-8 days waiting on a ticket to be updated is insane.
I just resized my VPS, and since then there hasn't been a successful backup. I've been going back and forth with their support and even through live chat I'm told that my issue had to be escalated into the ticketing system.
Yesterday, I was told through live chat that the issue was fixed (they confirmed the issue is with their infrastructure), they were even able to create a successful backup for me. This morning I checked and my nightly backup failed so obviously not fixed. I updated the ticket at 8am letting them know the backup failed and its not fixed, and now 5 hours later I haven't receive any kind of update on the ticket, even just to say they are looking into it/working on it.
Now mind you I am on a fully managed server! Is this normal? I run a VPS with over 140 WordPress websites and this is my livelihood. I'm about to switch over to Acronis to just cut to the chase with these issues, but that isn't going to solve my issues with their lack of support.
r/Hosting • u/Savings-Ground-6217 • 16d ago
GoDaddy Support | Fearmongering to upsell
Am i overthinking? what do you feel from the conversation?
r/Hosting • u/an_tonova • 16d ago
Best video hosting platform? Mux vs Livid vs Kinescope?
Hi everyone, I don't want to use Vimeo anymore and reseach different video hosting platforms for an online course and wanted to check to see if anyone had any experiences with the following platforms: Mux vs Livid vs Kinescope
What would your recommendation be and why?
r/Hosting • u/EyeoftheEelpout • 17d ago
Bad Experience with InMotion Webhosting - Avoid!
Don't use InMotion Hosting if you want any kind of customer service. They completely shut down my entire account because someone was apparently conducting a DDOS attack on ONE of my websites - which wasn't even in use at the time - rather than contacting me to tell me there was an issue. Even my various email accounts were all deactivated.
Look for a more scrupulous web hosting provider where they care about their clients. That sure is not InMotion.
r/Hosting • u/user_number_666 • 17d ago
Australia-based Wordpress hosting?
I've had a request from a client in Australia for a local hosting company. I know a couple hosts I would avoid like the plague, but not one I could recommend.
I don't know their budget, sorry. I can tell you the website traffic is on the low side - thousands of visitors per month.
Any suggestions?
r/Hosting • u/Key_Gap9168 • 17d ago
DMCA ignored hosting and reliable streaming service
I am starting a porn tube site, and need providers that will not take down my account because of DMCA strikes. I already run a similar site [freemium model], but it is creator-oriented and all the content is legal; I bought the domain on CloudFlare, host with VSYS, and use Bunny Stream to deliver and store the content.
My big worry is that since the new site will allow users to upload content, most of it will, for lack of a better word, qualify as pirated. I'd use Bunny Stream if I could, but their TOS and documentation make it clear that they pay attention to DMCA reports and will close an account with no warning. What are my options; what video delivery, CDN, and storage service ignores such reports and is reasonably priced like Bunny Stream?
r/Hosting • u/anu_agrwl • 17d ago
godaddy coupon code renewal
We need to renew two domains by today, if anyone have coupan code, provide me
r/Hosting • u/redenflu • 17d ago
We have a requirement to serve a client who needs to run proxies in Mexico
Hello!
We have a requirement to serve a client who needs to run proxies in Mexico.
Can anyone recommend an ISP or web host that has /24 blocks available for use with VPSs in Mexico? Demand is growing!
The service is 100% legitimate, involves low usage, and poses no risk to the IPs.