Documentation
Getting Started
Custom Settings

Custom settings

You can change the default settings by creating a settings.json file. The file should be located in the runtipi/state directory. This file will make your changes persist across restarts. Example file:

{
  "dnsIp": "9.9.9.9",
  "domain": "mydomain.com"
}
⚠️

Be sure that the content is a valid JSON format. You can easily check for validity in an online tool like JSONLint (opens in a new tab)

Available settings:

ParameterDescriptionDefault value
dnsIpThe IP address of the DNS server to use9.9.9.9
domainThe domain name to use for the dashboardlocalhost
portThe port to use for the dashboard80
sslPortThe port to use for the dashboard with SSL443
listenIpThe IP address to listen onautomatically detected
storagePathThe path to use for storing dataruntipi/app-data
localDomainThe domain name to use for local servicestipi.lan