Describe the problem/error/question
When you log in to authorize your app via Google, it will say to continue to n8n.cloud for n8n or to continue to hstgr.cloud for Hostinger. We want to remove this completely, but I was wondering how you can do that?
What is the error message (if any)?
There is no error message. We simply want to remove the branding.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Sir try this…
How to remove or replace the branding
To fully remove the “continue to n8n.cloud” or “hstgr.cloud” text, you need to create and use your own Google OAuth credentials:
- Go to Google Cloud Console
• Navigate to Google Cloud Console (console.cloud.google.com in Bing).
• Create a new project (or use an existing one).
- Set up OAuth consent screen
• Configure the consent screen with your own app name, logo, and domain.
• This is what users will see instead of n8n.cloud branding.
- Create OAuth client credentials
• Under APIs & Services → Credentials, create an OAuth 2.0 Client ID. • Set the Authorized redirect URIs to point to your n8n instance (e.g., ).
4. Update n8n credentials
• In n8n, edit your Google node credentials.
• Replace the client ID and client secret with the ones you generated.
• Now, when users log in, Google will show your app name/domain.
So we’ve already done all of this, but the branding of the servers won’t go away for some reason.