Back to Apps
Raneto

Deploy Raneto on Your Own Server

Raneto - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.

💾 Storage

Want to deploy Raneto on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.

Get Started

What is Raneto?

Raneto can be called a "static site generator" of sorts as it doesn't require a database. All of your content is stored in the content folder in Markdown (.md) files and the entire knowledgebase structure and content is generated by Raneto.

Self-Host Raneto

Follow these steps to deploy on your own server.

1

Install Docker

Skip this step if Docker is already installed on your server.

curl -fsSL https://get.docker.com | sh
2

Configure

Customize the settings below. Defaults work for most cases.

General
3

Deploy

Copy the configuration and run it on your server.

services:
  raneto:
    image: linuxserver/raneto:0.17.0-ls49
    environment:
      GUID: "1000"
      PUID: "1000"
      TZ: Europe/Brussels
    volumes:
      - raneto-config:/config
volumes:
  raneto-config: {}

Then run:

docker compose up -d
4

Access

Once started, access your app at http://localhost:3000

Why Self-Host Raneto?

Full Data Ownership

Your data stays on your servers. No third-party access.

No Monthly Fees

Pay only for your server. No per-seat or usage charges.

Complete Control

Customize, backup, and scale on your own terms.

Privacy & Compliance

Meet GDPR, HIPAA, or internal security requirements.

Technical Details

Docker Image

linuxserver/raneto:${raneto_version}

Want to go faster?

Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.

Install on any Linux server:

sh -c "$(curl -sSL https://get.senate.sh)"