---
title: "Deploy Datalust Seq"
description: "Ingestion and analysis of structured logs and traces"
category: "Observability"
url: https://railway.com/deploy/TgfPHD
---

# Deploy Datalust Seq

Ingestion and analysis of structured logs and traces

**[Deploy Datalust Seq on Railway](https://railway.com/template/TgfPHD)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/TgfPHD/manifest.json

- **Creator:** Per Mortensen's Projects
- **Category:** Observability
- **Total deploys:** 47

## Template content

### Seq https://static.per.computer/railway-seq-logo.svg

- **Image:** datalust/seq
- **Health check:** /health
- **Public domain:** Yes

## Documentation

Contains a single service using the official [datalust/seq Docker image](https://hub.docker.com/r/datalust/seq) with an attached volume for log storage. Featuring:

- UI and log ingestion on port 443 using the service's public domain
- Log ingestion on port 5341 within the private network

## Getting Started

1. Set a temporary password in the `SEQ_FIRSTRUN_ADMINPASSWORD` variable and deploy the template
2. Visit the public address of the service (e.g. `https://your-seq-service.up.railway.app`) and log in using `admin` and the temporary password
3. Enter a new, permanent password for the `admin` user

You can now send logs to your Seq instance from the private network on `http://your-seq-service.railway.internal:5341` or from outside on `https://your-seq-service.up.railway.app`.

See [the Seq docs](https://docs.datalust.co/docs/getting-logs-into-seq) for more information on logging. In particular, you might want to add an API key to restrict who can send logs to Seq. There are also many [advanced options](https://docs.datalust.co/docs/environment-variables) available through environment variables.

## Similar templates

- [Rootprint](https://railway.com/deploy/rootprint-1) — Open-source logs and traces with full-text search on object-storage.
- [Pyroscope profiling](https://railway.com/deploy/pyroscope-profiling) — Protected continuous profiling with durable Pyroscope storage.
- [SigOnly](https://railway.com/deploy/sigonly) — Deploy SigNoz with a working demo app & config in one click

Open this page in a browser: https://railway.com/deploy/TgfPHD
