Racoon.Tool 1.0.0

dotnet tool install --global Racoon.Tool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Racoon.Tool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Racoon.Tool&version=1.0.0
                    
nuke :add-package Racoon.Tool --version 1.0.0
                    

Racoon.Tool

Version

A .NET tool for connecting to a RCON shell.

Getting Started

$ dotnet tool install -g Racoon.Tool
$ racoon -h
USAGE:
    racoon <host> [password] [OPTIONS]

ARGUMENTS:
    <host>        The IP address or hostname of the server to connect to
    [password]    The RCON password for the server. If not provided, you will be prompted

OPTIONS:
                          DEFAULT
    -h, --help                        Prints help information
        --no-logo                     Suppress the logo display (the $RACOON_NOLOGO environment variable is also supported)
    -p, --port            27015       The remote port to connect to
    -t, --timeout         00:00:30    The timeout duration to use when connecting and sending commands
        --use-koraktor                Whether to use the Koraktor Method for reading packets
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
1.0.0 129 9/10/2025
1.0.0-rc.3 130 9/4/2025
1.0.0-rc.2 117 8/15/2025
1.0.0-rc.1 119 8/14/2025
1.0.0-rc.0 125 8/14/2025