---
title: "Deploy Simple Log Server"
description: "Realtime logs via websocket"
category: "Other"
url: https://railway.com/deploy/tdgyuV
---

# Deploy Simple Log Server

Realtime logs via websocket

**[Deploy Simple Log Server on Railway](https://railway.com/template/tdgyuV)**

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

- **Creator:** nxfi's Projects
- **Category:** Other
- **Total deploys:** 9

## Template content

### LOGS

- **Image:** nxfi/log-server-py
- **Health check:** /healthz
- **Public domain:** Yes

## Documentation

### Instructions

Open your preferred web browser and navigate to the provided HTTP endpoint URL to establish the websocket connection.

**Request**

Set the request type to `POST`, and append the `/log` slug to your endpoint URL
Include these headers:

- `Content-Type: application/json`
- `Authorization: Basic AUTH`

Replace AUTH with your basic auth credentials (USER:PASS encoded in base64 format). This is critical for authentication.

Construct the body of your request like so:

```json
{
  "log": "YOUR APPLICATION LOG"
}
```

### Additional Tips
- Refresh the page to clear logs
- Route your endpoint through a custom domain with a Cloudflare proxy to enhance the security and reliability of your connections.

## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

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