simplenas

SimpleNAS

Sponsored by Barrer Software License: MIT .NET

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.

🌐 simplenas.dev

Enterprise Support: Backed by Barrer Software — Professional support, consulting, and managed hosting available.

✨ Features

🚀 Quick Start

Prerequisites

Installation

  1. Clone the repository
    git clone https://github.com/ssfdre38/simplenas.git
    cd simplenas
    
  2. Build the application
    cd SimpleNAS
    dotnet publish -c Release -o publish
    
  3. Run SimpleNAS
    cd publish
    ./SimpleNAS
    
  4. Access the dashboard

    Open your browser to http://localhost:8000

    Default credentials:

    • Username: admin
    • Password: SimpleNAS2026

    ⚠️ Change the default password immediately after first login!

🔧 Configuration

Edit appsettings.json to customize:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information"
    }
  },
  "AllowedHosts": "*"
}

Running as a Service

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

🛠️ Development

Building from Source

dotnet restore
dotnet build
dotnet run

Tech Stack

📋 Roadmap

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🏢 Enterprise Support

SimpleNAS is sponsored by Barrer Software — a security and infrastructure software company.

Available Services:

📧 Contact: admin@barrersoftware.com

🙏 Acknowledgments

💬 Support


Made with ❤️ for the self-hosted community

Sponsored by Barrer Software 🛡️