Is there a way i can setup with different ports?
Is there a way i can setup with different ports? Like not 80 or not 443.
Basically i want to host many simple demo website there with nextjs with terefik temp domain. and need ssl on those. that's why i needed diffrent domain becuase some of my other application like Cloudpanel running on same VPS?
4 Replies
As far as I understand, you can just install dokploy on your VPS which will listen to 80 and 443 ports. You can deploy as many applications as you want and set up different domains on them (you can also generate traefik temporary domains), so depending on the domain users will get the certain website, everything will be hosted on the same machine
Cloudpanel is not inside docker and maybe i can modifiy ports as per their documnetation. But i am just not sure,
https://docs.dokploy.com/docs/core/manual-installation
Manual Installation | Dokploy
Learn how to manually install Dokploy on your server.
Yes, you can modify ports, like to 444 and 81, but cloudpanel will be the service which will manage requests
But why you can't use dokploy alone?
As far as I see, it's just an alternative to dokploy
Still now - Cloudpanel is best with many features.
and dockploy also best with many features.
decided to use both.
Running both now - trying to check how "traefik" gonna work now.