Congratulations on setting up your n8n instance on Data Mammoth. This guide walks you through the essential first steps to configure your instance, understand the interface, and prepare for building automations.
Logging In for the First Time
https://n8n.example.com).You will be greeted by the n8n home screen, which shows your workflow list (empty for a new instance).
Understanding the Interface
Home Screen
The home screen displays:
- Workflow list — All your created workflows with their status (active/inactive).
- Create new workflow — Button to start building a new automation.
- Search and filter — Find specific workflows quickly.
- Execution history — View recent workflow executions.
Workflow Editor
When you open or create a workflow, the editor provides:
- Canvas — The main area where you drag and connect nodes.
- Node panel — A sidebar for searching and adding nodes.
- Top toolbar — Workflow name, save, execute, and settings options.
- Execution panel — View output data from each node after execution.
Settings
Access instance-wide settings from the user menu:
- User management — Add and manage team members.
- Credentials — Store API keys and authentication tokens for external services.
- Community nodes — Install additional nodes from the n8n community.
Configuring Essential Settings
Set Your Timezone
Ensure scheduled workflows run at the correct time:
Configure Email (SMTP)
If your workflows need to send emails, configure the SMTP settings. This may be done through environment variables or the admin settings panel, depending on your installation method.
Set Up User Accounts
If you are working with a team:
Adding Your First Credentials
Before connecting to external services, store your API keys and login details as credentials:
Credentials are stored securely and can be reused across multiple workflows.
Common Credentials to Set Up
| Service | Authentication Type |
|---|---|
| Google (Sheets, Gmail, Drive) | OAuth2 |
| Slack | OAuth2 or Bot Token |
| Email (SMTP) | SMTP credentials |
| HTTP/API services | API Key or Bearer Token |
| Databases (MySQL, PostgreSQL) | Host, port, user, password |
| GitHub/GitLab | Personal Access Token |
Exploring Example Workflows
n8n provides templates and examples to help you get started:
Templates are a great way to learn n8n patterns and jumpstart your automations.
Your First Test Workflow
Create a simple workflow to verify everything is working:
https://jsonplaceholder.typicode.com/posts/1
If this works, your n8n instance is configured correctly and ready for real workflows.
Best Practices for Getting Started
What to Do Next
- Creating Your First n8n Workflow — Build a real automation.
- Popular n8n Integrations — Connect n8n to your tools.
- What Is n8n? — Deep dive into n8n's capabilities.
- Monitoring Server Performance — Monitor your instance resources.