Skip to content

SSUI v5.12.3 ๐ŸŽ›๏ธ Command Central

Choose a tag to compare

@JacksonTheMaster JacksonTheMaster released this 07 Feb 00:41
· 57 commits to main since this release
da98961

This release introduces an interactive CLI dashboard, a new optional Discord server info panel, optional automatic password rotation, and backup download functionality for both the web UI and from Discord.

Note

The Interactive CLI Dashboard is a new experimental feature using bubbletea. It provides a terminal-based UI for server management. Run dashboard or d from your good old SSUICLI to try it out.

๐Ÿ–ฅ๏ธ Interactive CLI Dashboard

A brand new terminal-based dashboard for managing your server directly from the CLI, powered by bubbletea.

image
  • Real-time status, player list, config and SSUI log panels
  • Keyboard shortcuts for quick actions
  • Server uptime tracking (not yet on UI, sorry NAM)

The CLI Dashboard can be set to launch automatically when SSUI is started in the foreground (is a tty) by setting "IsCLIDashboardEnabled": true in the UIMod/config/config.json. Might become the default at a later stage, let's see.

๐Ÿค– Discord Server Info Panel

New interactive Discord panel with a button to get the current server password. Disabled by default, optional when using Discord integration.
image

Nice for community servers using the new feature below

๐Ÿ” Automatic Password Rotation

Keep your server password changing on every restart with automatic password changes. Disabled by default.

  • Generates a random 6-digit (numbers from 100000-999999) password on server start
  • Configurable via the Discord Settings config tab
image

๐Ÿ’พ Backup Download Functionality

Download backups directly, especially useful for Docker users:

  • New download buttons in the web UI backup controls
image
  • /download Discord command to upload backup files directly to Discord
image
  • Buttons on Discord bot /list responses if the list includes 5 or less backups
image

โš™๏ธ Expert Settings

New "Expert Settings" section in the advanced settings config page for very advanced configuration options.

๐Ÿชฒ Bug Fixes & Improvements

  • Increased buffer size for global console channel, fixing missing parts of startup messages during first-time setup. Might lead to the known windows console buffer issues reappearing, let's see.
  • Added back to dashboard button to sliding tabs on config page
image
  • Improved config page headline texts
  • Docker nightly builds now include -nightly suffix in package name

๐ŸŒ Localization

  • Added localization for Expert Settings, Server Info Panel, and Password Rotation across de-DE, en-US, and sv-SE

Full Changelog: v5.11.1...v5.12.3