Skip to main contentSkip to navigation
[email protected]
Client AreaSupport
Hosting Mammoth
HostingMammothYour Data, Our Responsibility
Home
Solutions
Hosting Services
Store
Pricing
About
Blog
API
Contact

Stay Ahead of the Curve

Get the latest insights on cybersecurity, AI innovations, and enterprise data solutions delivered to your inbox.

Hosting Mammoth
HostingMammothEnterprise Solutions

Enterprise-grade data solutions. Hosting, recovery, cybersecurity, and AI-powered services for businesses worldwide.

[email protected]
Sun - Fri, 9:00am - 5:00pm

Services

  • Cloud Hosting
  • Data Recovery
  • Cybersecurity
  • Legal Support
  • MSP Services
  • Web Development
  • AI Services
  • Free Server Migration

Hosting

  • VPS Hosting (NVMe SSD)
  • VDS Hosting (NVMe)
  • Storage VPS (High SSD)
  • GPU Servers
  • Managed Services
  • Cloud Firewall
  • Load Balancer
  • One-Click Apps
  • n8n Hosting
  • Object Storage
  • FAQ

Company

  • Store
  • Pricing
  • About Us
  • Locations
  • Blog
  • Testimonials
  • Contact
  • Affiliate Program
  • White-Label
  • Terms of Service
  • Privacy Policy
  • Browser Cookies
  • SLA

Support

  • Client Area
  • Submit Ticket
  • Knowledge Base
  • Server Status
  • API Documentation

© 2026 Hosting Mammoth. All rights reserved.

Knowledge Base
Getting StartedAccount ManagementVPS HostingGPU ServersStorage VPSCloud FirewallLoad BalancerServer ManagementBilling & PaymentsSupport & TicketsAffiliate ProgramReseller ProgramMarketplace & Appsn8n HostingManaged ServicesServer MigrationAPI & DevelopersSecurityTroubleshootingGlossaryInstall Guides
  1. Home
  2. /
  3. Support
  4. /
  5. n8n Hosting
  6. /
  7. N8n Getting Started
GUIDEn8n Hosting

Getting Started with Your n8n Instance

4 min read

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

  • Open your browser and navigate to your n8n URL (e.g., https://n8n.example.com).
  • Enter the admin email and password you configured during setup.
  • Click Sign In.
  • 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:

  • Navigate to Settings (gear icon or user menu).
  • Find the timezone setting.
  • Set it to your local timezone.
  • 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:

  • Navigate to Settings > Users.
  • Click Invite User.
  • Enter their email address and assign a role.
  • The invited user receives an email with setup instructions.
  • Adding Your First Credentials

    Before connecting to external services, store your API keys and login details as credentials:

  • Click Credentials in the left sidebar or settings.
  • Click Add Credential.
  • Select the service (e.g., Google Sheets, Slack, HubSpot).
  • Enter the required authentication details (API key, OAuth tokens, etc.).
  • Click Save.
  • Credentials are stored securely and can be reused across multiple workflows.

    Common Credentials to Set Up

    ServiceAuthentication Type
    Google (Sheets, Gmail, Drive)OAuth2
    SlackOAuth2 or Bot Token
    Email (SMTP)SMTP credentials
    HTTP/API servicesAPI Key or Bearer Token
    Databases (MySQL, PostgreSQL)Host, port, user, password
    GitHub/GitLabPersonal Access Token

    Exploring Example Workflows

    n8n provides templates and examples to help you get started:

  • When creating a new workflow, look for a Templates option.
  • Browse templates by category (marketing, sales, IT, data).
  • Click a template to preview it.
  • Click Use this template to copy it into your instance.
  • Configure the credentials and customize as needed.
  • 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:

  • Click Create Workflow or the + button.
  • Add a Manual Trigger node (this lets you run the workflow by clicking a button).
  • Add an HTTP Request node:
  • - Method: GET - URL: https://jsonplaceholder.typicode.com/posts/1
  • Connect the Manual Trigger output to the HTTP Request input.
  • Click Execute Workflow.
  • You should see the API response data in the HTTP Request node's output panel.
  • If this works, your n8n instance is configured correctly and ready for real workflows.

    Best Practices for Getting Started

  • Start simple — Begin with straightforward, two-or-three-node workflows before building complex automations.
  • Test incrementally — Execute your workflow after adding each node to verify it works before adding the next.
  • Use descriptive names — Name your workflows clearly (e.g., "New Lead to CRM" instead of "Workflow 1").
  • Organize with folders — Group related workflows into folders for easy management.
  • Document your workflows — Add sticky notes to the canvas explaining what each section does.
  • Back up regularly — Export your workflows periodically. See Backup Strategy.
  • 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.

    Was this article helpful?

    ← Back to n8n HostingBrowse all categories →

    Still have questions?

    Contact Support →Submit a Ticket