MailScheduler
WebsiteAll products
  • Prologue
    • MailScheduler
    • Release Notes
    • Changelogs
    • Architecture
  • Installation guide
    • Requirements
      • Windows
      • Linux
    • Getting started
      • Windows
      • Linux
    • Installation wizard
      • License
      • Repository database
        • SQL Server
        • MySQL
        • PostgreSQL
        • SQLite
      • Create a user
      • Email setup
      • URL & SSL Certificate
      • Run as a service
      • Summary
        • Running on Linux
    • Configuration panel
      • Home page
      • Domain & SSL Management
      • Repository Database
      • License Management
      • User Management
      • Email settings
    • Upgrade
      • Upgrade from 1.x to 2
      • Upgrade from 2.x
    • Update license
    • Moving to production
  • Product Guide
    • Getting started
    • Schedules
    • Tasks
    • Mailinglists
    • Recipients
    • Filtering
    • Monitoring
    • Config
    • API
  • Support
    • Troubleshoot
    • FAQ
Powered by GitBook
On this page
  • Download, copy & unzip
  • Start installation server

Was this helpful?

  1. Installation guide
  2. Getting started

Linux

MailScheduler should be installed at /usr/local/share/mailscheduler

PreviousWindowsNextInstallation wizard

Last updated 11 months ago

Was this helpful?

Download, copy & unzip

  1. Create a directory for mailscheduler

    mkdir /usr/local/share/mailscheduler

  2. Upload the mailscheduler-enterprise-linux-*.zip file to your machine and copy it to /usr/local/share/mailscheduler

  3. Go to /usr/local/share/mailscheduler

  4. Unzip the downloaded package and remove the zip afterwards unzip mailscheduler-linux-amd64.zip && rm mailscheduler-linux-amd64.zip

Start installation server

The installation procedure of MailScheduler is performed via a web interface. Executing the binary will start a webserver that exposes an endpoint. Navigate to this endpoint in the browser to configure the application.

sudo /usr/local/share/mailscheduler/mailscheduler-amd64

  1. Follow any on-screen prompts as needed. Upon successful installation, the application will automatically initiate its installation/upgrade process. The installation completion prompt typically appears as follows:

  2. The distinction between “Network” and “Local” lies in the accessibility of the provided IP/URL. When set to “Network,” the application can be accessed from within the network, while “Local” restricts access to the local machine only.

  3. Open the appropriate “Network” URL in a web browser to commence the application installation process. Once the installation and configuration procedures are concluded, it is strongly advised to close the installation/configuration interface.

When you require another port for the configuration you can run the installer manually with a port flag with this command:

sudo /usr/local/share/mailscheduler/mailscheduler-amd64 installer --port=8080