Skip to main content

Quickstart Guide meloki

danger

Before you begin, it is crucial to read and follow all safety instructions. Ensuring your safety and the proper operation of this equipment is our top priority. Please take a moment to familiarize yourself with the safety guidelines provided. Your adherence to these instructions will help prevent accidents and ensure a smooth and efficient setup.

General Information​

meloki is a local AI instance specifically designed for customers, providing easy access to powerful AI solutions. This guide outlines the essential steps to quickly set up and start using your meloki system.

The meloki software and AI solutions are installed on the primary NVMe drive. An additional SSD drive is available. It is used for Backups, you may also use it to store any Input or Output Data (RAG Files, Audio Files or your own models)

Initial Appliance Setup​

  1. Unpack the appliance.
  2. Install or mount the appliance.
  3. Connect the appliance to the network.
  4. Choose one of the available methods to access the system and perform the initial network configuration.
tip

By default, all appliances are reachable via Port 1 using the static IP address 192.168.2.1.

Available Access Methods​

Access Methodscope7-4480scope7-5580scope7-6680
Direct Network Accessβœ“βœ“βœ“
IPMI Web Interfaceβœ“βœ“βœ“
VGA Consoleβœ“βœ“ (with adapter)β€”
Mini DisplayPort Consoleβ€”βœ“βœ“
Serial Consoleβœ“β€”β€”

scope7-4480 Port guideline​

scope7-4480

scope7-5580 Port guideline​

scope7-5580

scope7-6680 Port guideline​

scope7-6680

Method 1: Direct Network Access​

All appliances are shipped with Port 1 configured with the static IP address:

192.168.2.1

Ensure that your workstation can reach the network 192.168.2.0/24 and open the following URL in your browser:

https://192.168.2.1:10000

In addition to accessing the DOMOS WebUI, you can also connect to the appliance via SSH:


ssh admin@192.168.2.1

If the appliance is not reachable via the default IP address, configure a network address using the DomosNetConf utility.

Method 2: Access via IPMI​

All appliances provide an IPMI interface that allows access to the system independently of the operating system configuration.

Requirements​

  • Connect a network cable to the dedicated IPMI port.
  • The IPMI interface obtains its IP address via DHCP.
  • During the boot process, the assigned IP address is displayed on the screen.

Open the following URL in your browser:

https://<IPMI-IP-ADDRESS>
important

Always use HTTPS when accessing the IPMI Web Interface.

Login to the IPMI Web Interface​

Use the following default credentials to log in to the IPMI Web Interface:

UsernamePassword
adminsecudos-meloki

Open the Remote Console​

The procedure differs depending on the appliance model.

scope7-4480​
  1. Navigate to Remote Control.
  2. Select H5Viewer.
  3. Click Launch H5Viewer.

IPMI Remote Control Menu - scope7-4480

scope7-5580 and scope7-6680​
  1. Navigate to Remote Control.
  2. Select H5Viewer.
  3. Click Launch H5Viewer.

IPMI Remote Control Menu - scope7-5580 and scope7-6680

The remote console will open in a new browser window and display the appliance's monitor output.

Log in using the credentials listed in the Default Console Credentials section and continue with the DomosNetConf utility.

Method 3: Access via Serial or Local Console​

If network access is not available, the appliance can be accessed directly through a local console.

scope7-4480​

The scope7-4480 provides the following local access methods:

  • Serial Console
  • VGA

scope7-5580 and scope7-6680​

The scope7-5580 and scope7-6680 provide local console access via:

  • Mini DisplayPort

The scope7-5580 additionally ships with a Mini DisplayPort to VGA adapter for connecting legacy VGA monitors.

Login​

Connect a monitor or serial terminal and log in using the credentials listed in the Default Console Credentials section.

After login, continue with the DomosNetConf utility.

Serial Console Settings (scope7-4480 only)​

SettingValue
Speed115200 bps
ParityNone
Data Bits8
Stop Bits1
tip

These settings are commonly referred to as 115200, 8N1 and are often preconfigured in terminal applications.


Default Console Credentials​

Use the following credentials when accessing the appliance via IPMI remote console, serial console, or local console:

UsernamePassword
rootsecudos
warning

The default credentials should be changed after the initial setup.


DomosNetConf​

DomosNetConf is a console-based network configuration utility used during the initial appliance setup.

The utility allows you to configure:

  • IP address
  • Subnet mask
  • Default gateway
  • DNS servers

To start the utility, execute:

DomosNetConf

Follow the on-screen instructions to configure the desired network settings.

Once network connectivity has been established, all settings can also be modified through the DOMOS WebUI.

Network Requirements​

This section lists all outbound network connections required for appliance operation, updates, and optional features.

note

All connections are outbound connections initiated by the appliance. No inbound firewall rules are required unless explicitly stated otherwise.

General​

The following destinations are required for system updates and repository access.

URLPortProtocolPurposeOptional
domosrepo3.secudos.de443HTTPSDOMOS update repository check and downloadNo
secudos.de443HTTPSSECUDOS mirror list retrievalNo

Chat & RAG​

The following destinations are required when using the Chat & RAG feature set.

URLPortProtocolPurposeOptional
registry-1.docker.io443HTTPSDocker Hub API and authentication (pulling nginx and Ollama images)No
auth.docker.io443HTTPSDocker Hub authentication serviceNo
production.cloudflare.docker.com443HTTPSDocker Hub registry storage CDNNo
ghcr.io443HTTPSGitHub Container Registry (pulling OpenWebUI images)No
pkg-containers.githubusercontent.com443HTTPSGitHub Container Registry storage CDNNo
registry.ollama.ai443HTTPSOllama model registry APINo
ollama.com443HTTPSOllama model library and download redirectsNo
*.cloudfront.net443HTTPSOllama model download CDNNo
huggingface.co443HTTPSHugging Face model hub (embedding and pipeline models)Yes
*.huggingface.co443HTTPSHugging Face API endpointsYes
cdn-lfs.huggingface.co443HTTPSHugging Face Large File Storage CDNYes
tip

Hugging Face connectivity is only required when using document upload, embeddings, RAG functionality, or custom model workflows.

AI Automation​

The following destinations are required when using the AI Automation feature based on n8n.

URLPortProtocolPurposeOptional
docker.n8n.io443HTTPSOfficial n8n container image repositoryNo
registry-1.docker.io443HTTPSDocker Hub API and authenticationNo
auth.docker.io443HTTPSDocker Hub authentication serviceNo
production.cloudflare.docker.com443HTTPSDocker Hub registry storage CDNNo

Accessing meloki​

meloki’s WebUI is accessible over HTTPS only.

On First Setup: https://IP-OF-YOUR-APPLIANCE/

After Setup: https://IP-OF-YOUR-APPLIANCE/meloki

Or use your FQDN with your own SSL cert.

Configure DOMOS​

Configuration via SSH​

Use the following SSH commands to connect:

ssh admin@IP-OF-YOUR-APPLIANCE

Password is admin.

tip

You can change the IP address of the system at any time using the DomosNetConf tool from the system command line.

Configuration in DOMOS WEB-UI​

Open your preferred browser and log in to DOMOS by entering the default IP address 192.168.2.1:10000 or your customized IP address.

Log in using the default credentials:

Username: admin
Password: admin

During the initial DOMOS configuration, you must configure both an IP address and a default gateway.

Change IP Address​

  • In the navigation bar, select "Network" β†’ "Interfaces" and click "Edit" on the desired interface. [OPTIONAL]
  • Configure the required network settings and click on "Save".

Change IP Address

Set Default Gateway​

  • Select "Network" β†’ "Routes" in the navigation bar.
  • Add (or change) the Default Gateway
  • Click on Save
danger

A default gateway is required for proper operation of the meloki system.

Edit Default Gateway

Configure DNS Server​

  • Configure DNS server under "Network" β†’ "DNS". [OPTIONAL]

Configure DNS Server

Click on the "Activate Settings" button at the top to activate the current settings.

caution

Applying the settings may take a few minutes. Please do not make any changes during this time and keep your browser open.

Activate Settings

First Setup wizard​

Access the meloki wizard by accessing https://IP-OF-YOUR-APPLIANCE/in your browser.

The wizard guides you through necessary configurations. You can change these settings later at any time.

Start wizard Click Start Now to start the wizard.

Device Name Change the Timezone for your region.

Click Next

Device Name Add you FQDN/IP for the meloki system.

Default values for Docker networking are provided here.
If they conflict with existing networks, they can be adjusted accordingly.

Click Next

Device Name SSL certificates are used for meloki and Chat & RAG WebUIs.

SSL Certificate and SSL Key are mandatory.
We recommend to install the SSL Certifiate Chain.
When all Certificate files are selected click Upload Certificates.

Click Next

Internet check

An internet connection is required for initialization. The internet is needed to initially download the containers and models.

info

After downloading, no internet connection is required for use. Only further updates would require an internet connection.

Device Name This is the final page of the wizard.The setup is nearly complete.

warning

Remember the default credentials.

Click To Login

danger

It is strongly recommended to change this password after the first login.

The wizard initialisation is now finished, after a while you are redirected to the login page.

danger

At this point, meloki admin panel is only accessibly via /meloki

meloki Admin Panel​

The admin Panel requires an authenticated user.

Device Name Login in with meloki as username and meloki as password.