Racoon.Tool.linux-arm 1.3.7

dotnet add package Racoon.Tool.linux-arm --version 1.3.7
                    
NuGet\Install-Package Racoon.Tool.linux-arm -Version 1.3.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Racoon.Tool.linux-arm" Version="1.3.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Racoon.Tool.linux-arm" Version="1.3.7" />
                    
Directory.Packages.props
<PackageReference Include="Racoon.Tool.linux-arm" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Racoon.Tool.linux-arm --version 1.3.7
                    
#r "nuget: Racoon.Tool.linux-arm, 1.3.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Racoon.Tool.linux-arm@1.3.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Racoon.Tool.linux-arm&version=1.3.7
                    
Install as a Cake Addin
#tool nuget:?package=Racoon.Tool.linux-arm&version=1.3.7
                    
Install as a Cake Tool

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
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.7 95 5/24/2026
1.3.6 111 4/23/2026
1.3.5 119 3/13/2026
1.3.4 106 3/10/2026