@model BTCPayServer.Models.ServerViewModels.MaintenanceViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Maintainance); }

@ViewData["Title"]

SSH Settings
For changing any settings, you need to enter your SSH credentials:
Change domain name
You can change the domain name of your server by following this guide
Update
Click here to update your server
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }