@using BTCPayServer.TagHelpers @using Microsoft.AspNetCore.Html @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Models.ServerViewModels.MaintenanceViewModel @{ ViewData.SetActivePage(ServerNavPages.Maintenance, StringLocalizer["Maintenance"]); }
@ViewLocalizer["You can change the domain name of your server by following {0}.", new HtmlString($"{StringLocalizer["this guide"]}")]

Restart

Restart BTCPay Server and related services.

Clean

Delete unused Docker images present on your system.

Update

Update to the latest version of BTCPay Server.

@section PageFootContent { }