Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

vps with Nginx and Gunicorn

Hi folks,

I'm looking for a reliable VPS provider to host a conversation-based chat web app. The stack is Python (FastAPI) using Gunicorn behind Nginx. So I’ll need a VPS that can comfortably handle:

Nginx as the reverse proxy

Gunicorn app server

Decent performance for concurrent users

Basic specs I’m targeting:

1–2 vCPU

At least 2GB RAM

SSD storage

Ubuntu/Debian preferred

Good uptime and network

Open to EU or US locations, and budget-friendly options are welcome. Let me know if you have any recommendations or if you're a provider with something that fits.

Thanks in advance!

Comments

  • schwabeneschwabene Member
    edited July 2025
    sudo apt install nginx
    sudo apt install gunicorn
    

    And now you're simply after a reliable 2c2g VPS in EU or US.

    SSDs are considered slow these days - you should look for NVMe.

    If you want a single recommendation, I would suggest the VLE-2 from OVH.
    But many hosts here can offer something similar at a lower price.

    Thanked by 1tentor
  • thanks

  • @schwabene said:
    sudo apt install nginx
    sudo apt install gunicorn

    And now you're simply after a reliable 2c2g VPS in EU or US.

    SSDs are considered slow these days - you should look for NVMe.

    If you want a single recommendation, I would suggest the VLE-2 from OVH.
    But many hosts here can offer something similar at a lower price.

    i was actually looking for a reliable host here with lower price point

  • In the EU, I can recommend @Avoro and Netcup. Both have great performance and uptime.

Sign In or Register to comment.