I am running most of my stuff on https://www.hetzner.de/cloud cloud servers and I have also some dedicated servers (mostly server auction) there.
Support is ok, never had any major issues. The also have cheap storagespaces you can backup all your stuff to (can also be mounted by samba/webdav if you really want ā I am using borgbackup).
Important to mention, you are fully responsible monitoring on dedicated machines and you have to tell them, that your HDDs have to be swapped out (for free) if they got damaged blocks.
If going for more storage instead of SSD performance netcup GmbH - Root-Server is in my experience also painless to use.
fox
11
I heard good things about Hetzner, a friend of mine is using them (a physical server and VPSes).
this forum has plenty of stuff which has actually little to do with tt-rss, like regular general self-hosting/privacy bullshit. who cares.
imgx64
12
And not just electricity. Some ISPs put you behind NAT unless you pay extra for a static IP address.
I used to run tt-rss on the cheapest OpenVZ VPS I could find (about $10 per year), but the the ācompanyā disappeared overnight and I later found out that the owner was illegally hosting his ācustomersā (me included) on his employerās servers.
Iām not even mad. Iām just disappointed in myself for inadvertently helping a criminal. Iām sharing this as a cautionary tale against shady VPS providers.
I donāt recommend it, but I currently run tt-rss at home on a BeagleBone Black (an ARM SBC). I pay more for the static IP than a VPS, but at least I can run the OS I want without being at the mercy of the hosting provider.
I can recommend the German hosting Cooperative Hostsharing.
I run tt-rss on a Managed Webspace.
They have a redundant platform with high availability, failover and daily backups to a remote data center.
Your data is secure and you are operating in your own company, because it is a cooperative and you can decide about politics in the general assembly.
Ajurna
15
i use Aruba Cloud for about ā¬3-4 a month its pretty good.
I use kazila.com for about $7USD per month. I also have a free tier AWS server that I use for experimentation for $0 per month. I have thought about switching to it but kazila works good enough.
shabble
17

A +1 for Linode, while Iām here being off-topic.
Iāve been using Amazonās lightsail on an Ubuntu image. It runs $5/mo for my instance.
wizard
19
Been using an LXC from https://www.mikrovps.net/ for years.
Always wanted to have my instance within the EU.
Two cores, two GB RAM, 20GB Space = 26ā¬/year.
Worked for me fine for years, using it for TT-RSS dedicated thoughā¦
Me too, I actually joined when they had a 1ā¬/month promo for their basic VPS (1GB RAM, 20GB SSD) and been happy ever after.
fox
21
those prices are nice but now with docker everywhere it seems that using LXC/OpenVZ/etc shared kernel containers would be too limiting. KVM is always more expensive. 
ngp
22
LXC can do nested containers if itās enabled by the vendor. You can probably get by without containers, but that depends heavily on what youāre doing.
RemiB
23
Iām using scaleway only for TTRSS, on a dev virtual instance, 2.99⬠/ mounth
It sorely depends on how many users you have. If itās only you, it can probably run fine on a dirt-cheap 256 megs openvz vps (I have seen some for $4/year). Just donāt hit it too hard.
Anyway, Amazonās Lightsail pricing starts at $3.5/month.
Hetznerās basic VPSs have more memory and storage than Amazonās offering, but they donāt have good connectivity to the US. (As for CPU, they probably donāt have enough)
If you want good performance from any php application I guess you cannot go lower than 2 cores. (For Hetzner, that means the second level, at 5ā¬/month; for Lightsail, it gets pricey at $20/month)
Actaully Iām using VPSFree for a severals years. Itās community OpenVZ hosting (now they migrating slowly to their own solution VPSAdminOS distro based on NixOS and utilising LXC right becouse of limitation of containers (they even provide KVM workaround, but you have run your own hypervisor and itās not so straightforward). They do not have quite a lot for that price (4 GB RAM, 120 GB storage, 8 cores CPU, 250 GB mountable net stoarge, 300 Mbps network, regular backup) for 300 CZK/12 EUR / moth but what I really like is their Playground. Itās kind of 2nd VPS available, which can run for 30 days. So you can for example clone your production VPS there and test configuration changes, installation, and whatever you want and then swap those two instances (so instance with changes will be production one now). Amazing feature I really do like. And I do have great experience with support as well. Worth to try.
Worth mention, that itās based on community, so you become of member with access to resources. They have servers in Czech Republic only (Prague and Brno), so probably suitable only for europe based hostingā¦
Parameters
Membership fees
https://kb.vpsfree.org/information/membership_fees
Teryon
26
Hi, I looking for hardware recommendations, not providers.
What is the recommandations for vps type ?
I use about 100 feeds.
Is 1vcore 1gb and 20go enough ?
fox
27
you should be fine. iād use 2 cores though, with MAX_JOBS set to 1 to give postgres some breathing room during updates.
shabble
28
The VPS Iām using is 1CPU, 2GB ram 50GB disk.
TTRSS running 190 feeds.
That server is also hosting 3 unrelated websites (one is a mediawiki, another an old version of zen-cart,) a further website under development, a mailserver, ownCloud, personal VPN, and various other bits and bobs unrelated to TTRSSā¦
I think youāll be fine with your spec.
@shabble,
Your setup sounds pretty much like mine. It never ceases to amaze me how well Linux can handle this kind of thing.