1. I can access n8n using the IP, but not with HTTPS. Why?
HTTPS (SSL certificates) cannot be issued for bare IP addresses.
SSL requires a valid domain name (e.g, n8n.example.com) that points to your server IP.
To use HTTPS:
a. Register a domain.
b. Point it to your server IP.
c. Run the SSL setup as described above.
2. I registered an account but forgot my credentials.
Please feel free to contact us (server administrator) to reset your account credentials.
Note: Users or administrators can manually reset their password using the following command line:
3. My SSL certificate expired.
Certificates are automatically checked and renewed daily at midnight.
You can also renew manually by running:
4. I cannot access n8n at all.
Check if the service is running:
If needed, restart it:
5. How to Check n8n Version:
1. Check via CLI
If n8n is installed globally (via
npm
or package manager):
2. Check Installed Package
If installed with npm/yarn:
3. Update n8n version
To update your n8n instance to the latest version, run:
To install the next version: