How can I host many projects at the same VPS

Hi. I would like to host all of my projects at the same vps

How can i do this?

is there any tutorial here?

Not really a Wappler issue but assuming you use cPanel or similar you just need to create multiple hosts via your control panel

It depends on your server config - the higher it get, more you can host.

For a VPS, CapRover makes it easier to manage your apps and DB.
See the tutorial here: Roll your own PaaS - Heroku alternative (Part 1)

I use nginx-proxy-manager, only need a small tweak in the docker-compose file Wappler creates.

1 Like

Actually that is what Traefik does. It is tge proxy server that redirects to the different sites on the single vps.

So yes you can have multiple docker projects on a single vps.

I would suggest to use a single database server on the same vps and not different database server per project, as the database servers are pretty memory hungry.

The problem is that i use ssdnodes and my own hardware. with the integrated solution i’m bound to the api’s that wappler supports, or maybe a misunderstanding from my side?

We all use docker for deployments but for full control of your own server it might be better to install caprover as pointed from the guide above.

Hmmm!

Is there any tutorial for this here?

Interesting.