Skip to content

ThisIsntTheWay/powershell-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

RCON client written in PowerShell.
Conforms to the RCON protocol specification as declared by the valve dev docs.

Usage

# Connect to server and authenticate
$RconClient = New-Object RconClient <Address>, <Port>
$RconClient.Authenticate(<Password>)

# Send stuff
$RconClient.Send(<Command>)

# Properly disconnect from server, object must be cleaned up manually
$RconClient.Quit()

Quickstart

Start up main.ps1 and provide your server details.
Once connected, you can start typing away commands.

About

RCON client written in PowerShell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published