Skip to content

🌤️ SpringCloud Dashboard v2.1 – The Update for More Control, Security & Personalization

Choose a tag to compare

@JadnK JadnK released this 06 Jun 09:01
· 43 commits to main since this release

We’re excited to announce the release of SpringCloud Dashboard v2.1 — a milestone update packed with brand-new features, a revamped design, and major improvements. This release brings enhanced security, user control, and a fully modernized user experience!


🚀 What’s New in v2.1:

  • 👤 New System User “sysadmin”
    The previous default user has been replaced:

    • Username: sysadmin
    • Password: now dynamically generated in the console on every restart
      (Please change the initial password after your first login!)
  • 🔐 User-Based Security & Uploads
    Each user now has their own upload directory and can share files directly with other registered users.
    Security options like 2FA and session timeouts have been enhanced.

  • 📅 Integrated Calendar
    Manage events, deadlines, and tasks directly from the dashboard.

  • 📣 Extended Webhook Support
    Configure webhooks to send real-time notifications to services like Slack, Discord, or custom APIs.

  • ⚙️ New API Interface
    Interact with the system via a REST API — perfect for automation and integration with external tools.

  • 🧑‍🎨 Complete UI Redesign
    Modern, responsive layout across all devices — including improved navigation, dark mode, and optimized mobile experience.

  • 🧩 User Settings
    Users can now manage their own preferences: profilpicture, username, notifications, and more.


🔧 Improvements & Fixes:

  • Enhanced account security and password management
  • Now has self-signed HTTPS certificate
  • Optimized database access and caching strategies
  • Stability improvements and various bug fixes
  • Improved role- and permission system for team access

⚙️ Quick Start:

  1. Download the latest release from the Releases section.
  2. Run the install Script:
    ./install.sh
  3. Open https://YOUR_IP:8443/ in your browser.
  4. Check the terminal — you’ll find the auto-generated password for user sysadmin there.

📝 Additional Notes:

  • The README has been updated with full documentation for webhooks, calendar, API, and user permissions.
  • Mobile-first: The site now adapts better to smartphones and tablets.
  • New navigation concept for improved clarity and usability.

Thank you for using SpringCloud Dashboard!
For support, suggestions, or bug reports, visit us on GitHub.

Happy file managing!
The SpringCloud Team