Hello everyone, I want to ask if anyone has installed n8n on Cloud Panel? I tried searching for the documentation but couldn’t find it.
Please give me instructions if you have installed successfully.
Thank you
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hey @Van_Binh_Hoang,
Welcome to the community
We don’t offically support Cloud Panel, I would recommend installing n8n through Docker or Docker Compose.
That being said I am sure other users have tried to use Cloud Panel in the past so you may find something in the search
Hello!
I’ve never tried installing n8n but I might soon. I’ve been using CloudPanel for various websites and apps for almost a year now, and docker installs generally work like this:
- Install your app via Docker on the CloudPanel root user.
- Set up a reverse proxy app in CloudPanel to listen to the port of the newly installed Docker app (it seems to be 5678 for n8n)
- Configure your DNS of choice to point the domain you wish n8n to live on to your CloudPanel IP (I use Cloudflare)
- Issue a SSL Certificate with your provider of choice (I use Cloudflare origin server SSLs and manually install them from CloudPanel)
- Access your app on the domain you previously set in your DNS.
That’s it! If you’re having no conflicting ports (this might happen if the app you’re trying to install insists on using 80 and 443 default ports for their installation) you should have no other issues. Maybe as a last step you might want to configure your newly installed Docker app to rerun whenever you restart the server but different apps seem to have different preferences as to how to make that happen so you might find it in the n8n documentation.
If I ever install n8n on my CloudPanell server for self-hosted apps I’ll let you know how it went but the above steps should have you covered.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.