diff --git a/README.md b/README.md index e95947d..5e812a1 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,41 @@ management, bans, scheduling/automation, Discord webhooks, and server protection (VPN/VAC/whitelist checks). Runs entirely on your own infrastructure, no external service required. +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/xenne1993) + > **Work in progress**: this panel is under active development. Features can be added, > changed, or removed between releases. +## Screenshots + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Dashboard
Dashboard
Statistics
Statistics
Live Map
Live Map
Console
Console
Players
Players
Bans
Bans
Scheduler
Scheduler
Triggers
Triggers
Server Actions
Server Actions
Server Management
Server Management
Manage Servers
Manage Servers
Multi-server switching
Multi-server switching
Moderators
Moderators
Panel Settings
Panel Settings
Audit Log
Audit Log
+ ## Features - **Live console & chat** over RCON, via SignalR, for one or many Rust servers from one panel @@ -120,6 +152,12 @@ The companion Oxide plugin (live map/sleeping bags/tool cupboards) lives in - `docs/AUTO-UPDATE.md` - how self-updating works for both Docker and standalone - `standalone/README.md` - standalone-specific details (ships as `README.md` inside the release download) +## Support the project + +If you're running this panel and it's saving you time, consider supporting development +on [Ko-fi](https://ko-fi.com/xenne1993). It's entirely optional, but it helps keep new +features and releases coming. + ## License This project is source-available under the [Business Source License 1.1](LICENSE.md) - not diff --git a/docs/screenshots/01-dashboard.png b/docs/screenshots/01-dashboard.png new file mode 100644 index 0000000..2a85cca Binary files /dev/null and b/docs/screenshots/01-dashboard.png differ diff --git a/docs/screenshots/02-map.png b/docs/screenshots/02-map.png new file mode 100644 index 0000000..3a6c083 Binary files /dev/null and b/docs/screenshots/02-map.png differ diff --git a/docs/screenshots/03-statistics.png b/docs/screenshots/03-statistics.png new file mode 100644 index 0000000..84974b3 Binary files /dev/null and b/docs/screenshots/03-statistics.png differ diff --git a/docs/screenshots/04-console.png b/docs/screenshots/04-console.png new file mode 100644 index 0000000..3970cc2 Binary files /dev/null and b/docs/screenshots/04-console.png differ diff --git a/docs/screenshots/05-players.png b/docs/screenshots/05-players.png new file mode 100644 index 0000000..56487dc Binary files /dev/null and b/docs/screenshots/05-players.png differ diff --git a/docs/screenshots/06-bans.png b/docs/screenshots/06-bans.png new file mode 100644 index 0000000..8c4e6b8 Binary files /dev/null and b/docs/screenshots/06-bans.png differ diff --git a/docs/screenshots/07-scheduler.png b/docs/screenshots/07-scheduler.png new file mode 100644 index 0000000..aa50d12 Binary files /dev/null and b/docs/screenshots/07-scheduler.png differ diff --git a/docs/screenshots/08-triggers.png b/docs/screenshots/08-triggers.png new file mode 100644 index 0000000..0e58577 Binary files /dev/null and b/docs/screenshots/08-triggers.png differ diff --git a/docs/screenshots/09-server-actions.png b/docs/screenshots/09-server-actions.png new file mode 100644 index 0000000..cdbc6e8 Binary files /dev/null and b/docs/screenshots/09-server-actions.png differ diff --git a/docs/screenshots/10-server-management.png b/docs/screenshots/10-server-management.png new file mode 100644 index 0000000..75c0d2c Binary files /dev/null and b/docs/screenshots/10-server-management.png differ diff --git a/docs/screenshots/11-manage-servers.png b/docs/screenshots/11-manage-servers.png new file mode 100644 index 0000000..132c6bd Binary files /dev/null and b/docs/screenshots/11-manage-servers.png differ diff --git a/docs/screenshots/12-moderators.png b/docs/screenshots/12-moderators.png new file mode 100644 index 0000000..8259b6b Binary files /dev/null and b/docs/screenshots/12-moderators.png differ diff --git a/docs/screenshots/13-account-settings.png b/docs/screenshots/13-account-settings.png new file mode 100644 index 0000000..fe112ad Binary files /dev/null and b/docs/screenshots/13-account-settings.png differ diff --git a/docs/screenshots/14-panel-settings.png b/docs/screenshots/14-panel-settings.png new file mode 100644 index 0000000..52cbfed Binary files /dev/null and b/docs/screenshots/14-panel-settings.png differ diff --git a/docs/screenshots/15-audit-log.png b/docs/screenshots/15-audit-log.png new file mode 100644 index 0000000..531c4bd Binary files /dev/null and b/docs/screenshots/15-audit-log.png differ diff --git a/docs/screenshots/16-dashboard-server2.png b/docs/screenshots/16-dashboard-server2.png new file mode 100644 index 0000000..36af123 Binary files /dev/null and b/docs/screenshots/16-dashboard-server2.png differ diff --git a/docs/screenshots/17-login-page.png b/docs/screenshots/17-login-page.png new file mode 100644 index 0000000..54d9675 Binary files /dev/null and b/docs/screenshots/17-login-page.png differ