Fora.Rti.Admin
20260611.0.0
dotnet tool install --global Fora.Rti.Admin --version 20260611.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Fora.Rti.Admin --version 20260611.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Fora.Rti.Admin&version=20260611.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Fora.Rti.Admin --version 20260611.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
description: Installation guide for fora-console and fora-admin as global dotnet tools.
Fora Toolchain
The Fora Toolchain provides interactive and automation tools for managing Fora.Rti simulation environments. These tools are distributed as global dotnet tools.
Packages
Fora.Rti.Console: The interactive TUI dashboard.Fora.Rti.Admin: The remote administration CLI.
Installation
Install the tools globally using the following commands:
# Install the interactive Console
dotnet tool install -g Fora.Rti.Console
# Install the Admin CLI
dotnet tool install -g Fora.Rti.Admin
fora-console (Interactive TUI)
fora-console provides a real-time dashboard with scrolling logs, federation statistics, and an interactive command shell.
Local Development Mode
Start an embedded RTI server and the console in one command:
fora-console
Remote Monitoring Mode
Connect to an existing RTI server (e.g., running in Docker or Cloud):
fora-console --connect http://localhost:8080
fora-admin (Automation CLI)
fora-admin is a non-interactive CLI optimized for scripting, CI/CD, and remote diagnostics.
Usage
# Check server health
fora-admin --connect http://localhost:8080 health
# List active federations in JSON format
fora-admin --connect http://localhost:8080 --format json lsfed
# Save a snapshot
fora-admin --connect http://localhost:8080 save baseline-1
Key Features
- Shared Logic: Both tools use the same modular command system.
- Cross-Platform: Built on
Terminal.Gui, providing a stable experience on Windows, Linux, and macOS. - Automation Ready: Consistent exit codes and JSON support in
fora-admin. - Developer Friendly: Zero-config local development with
fora-console.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 20260611.0.0 | 60 | 6/4/2026 |
| 20260603.0.0 | 93 | 6/3/2026 |
| 20260522.0.0 | 102 | 5/22/2026 |
| 20260503.0.0 | 107 | 5/3/2026 |
| 20260429.0.0 | 109 | 4/29/2026 |
| 20260426.0.0 | 107 | 4/25/2026 |
20260611.0.0 - Aligns admin CLI package with the 20260611 Fora family release.