Modern, lightweight NAS management panel built with C# and ASP.NET Core
SimpleNAS is an open-source Network Attached Storage (NAS) management solution designed for simplicity and performance. Built with C# ASP.NET Core, it provides a clean web interface for managing ZFS storage pools, monitoring system resources, and configuring network shares.
Enterprise Support: Backed by Barrer Software — Professional support, consulting, and managed hosting available.
zfsutils-linux)git clone https://github.com/ssfdre38/simplenas.git
cd simplenas
cd SimpleNAS
dotnet publish -c Release -o publish
cd publish
./SimpleNAS
Access the dashboard
Open your browser to http://localhost:8000
Default credentials:
adminSimpleNAS2026⚠️ Change the default password immediately after first login!
Edit appsettings.json to customize:
{
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
"AllowedHosts": "*"
}
Create a systemd service at /etc/systemd/system/simplenas.service:
[Unit]
Description=SimpleNAS Management Panel
After=network.target
[Service]
Type=notify
WorkingDirectory=/opt/simplenas
ExecStart=/opt/simplenas/SimpleNAS
Restart=always
User=root
[Install]
WantedBy=multi-user.target
Enable and start:
sudo systemctl enable simplenas
sudo systemctl start simplenas
dotnet restore
dotnet build
dotnet run
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
SimpleNAS is sponsored by Barrer Software — a security and infrastructure software company.
Available Services:
📧 Contact: admin@barrersoftware.com
Made with ❤️ for the self-hosted community
Sponsored by Barrer Software 🛡️