@model BTCPayServer.Storage.Services.Providers.FileSystemStorage.Configuration.FileSystemStorageConfiguration @{ ViewData.SetLayoutModel(new LayoutModel(nameof(ServerNavPages.Files), StringLocalizer["Local Filesystem Storage"]) .SetCategory(WellKnownCategories.Server)); }

Any uploaded files are being saved on the same machine that hosts BTCPay; please pay attention to your storage space.

@section PageFootContent { }