Skip to content

PlantUML Server Configuration

NEWDAY\N17781 edited this page Mar 23, 2026 · 5 revisions

PlantUML Server Configuration

By default, diagrams are rendered via the public PlantUML server at https://plantuml.com/plantuml. To use a private/self-hosted server, set PlantUmlServerBaseUrl in either ReportConfigurationOptions or DiagramsFetcherOptions:

new ReportConfigurationOptions
{
    PlantUmlServerBaseUrl = "https://plantuml.mycompany.com/plantuml"
}

The library appends /png/{encoded} to this base URL to generate image source URLs.

Home


Demo


Getting Started

Common Tasks

Integration Guides

Extensions

Configuration

Features

Reference

Clone this wiki locally