@model LndSeedBackupViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

LND Seed Backup

@if (TempData.HasStatusMessage()) {
} @if (Model.IsWalletUnlockPresent) {

The LND seed backup is useful to recover funds of your LND wallet in case of a corruption of your server.

The recovering process is documented by LND on this page.

See confidential seed information
@if (!Model.Removed) {
}
} @section Scripts { }