---
title: "Deploy Artalk"
description: "Self-hosted comment system for blogs, with persistent SQLite storage."
category: "Blogs"
url: https://railway.com/deploy/artalk
---

# Deploy Artalk

Self-hosted comment system for blogs, with persistent SQLite storage.

**[Deploy Artalk on Railway](https://railway.com/template/artalk)**

- **Creator:** norberia
- **Category:** Blogs
- **Total deploys:** 2

## Template content

### artalk

- **Image:** artalk/artalk-go:2.10.0
- **Start command:** `/bin/bash -c '/entrypoint.sh admin --name "$ARTALK_ADMIN_NAME" --email "$ARTALK_ADMIN_EMAIL" --password "$ARTALK_ADMIN_PASSWORD" && exec /entrypoint.sh server --host 0.0.0.0 --port "$PORT"'`
- **Health check:** /
- **Public domain:** Yes

## Documentation

# Deploy and Host Artalk on Railway

Artalk is an open-source, self-hosted comment system for blogs and websites. It includes an embeddable client, moderation dashboard, multi-site support, spam protection, notifications, and APIs while keeping your data under your control.

## About Hosting Artalk

This template runs the official Artalk image on port 23366 and stores its SQLite database, configuration, and uploads in a Railway volume at `/data`. During deployment, you provide administrator credentials; the template creates the admin account automatically and configures the public domain and health check.

## Common Use Cases

- Add comments to blogs or documentation sites
- Manage multiple websites from one dashboard
- Replace third-party comment services with a self-hosted solution

## Dependencies for Artalk Hosting

- `artalk/artalk-go:2.10.0`
- Railway persistent volume

### Deployment Dependencies

- [Artalk documentation](https://artalk.js.org/en/guide/deploy.html)
- [Artalk GitHub repository](https://github.com/ArtalkJS/Artalk)
- [Railway volumes](https://docs.railway.com/volumes)

## Why Deploy Artalk on Railway?


Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Artalk on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.


## Similar templates

- [Pixelfed](https://railway.com/deploy/OZSdEw) — Explore + Share beautiful photos and videos on the Fediverse
- [Hexo](https://railway.com/deploy/hexo) — Self-hosted Hexo blog with editor, comments, and S3 storage
- [NodeBB](https://railway.com/deploy/nodebb) — Node.js based forum software built for the modern web

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