Giter Site home page Giter Site logo

rcon's Introduction

RCON Build Flawfinder

A Source RCON Protocol command-line utility.

Description

RCON is a POSIX compliant command-line utility to facilitate communication with servers adhering to the Source RCON Protocol defined at the Valve Developer Community.

Installation

Build

The GNU C development libraries and header files are required to build RCON.

  • apt: sudo apt install libc6-dev

  • yum: sudo yum install glibc-devel

  • zypper: sudo zypper in linux-glibc-devel

Install

make install will compile the utility using gcc and copy it to $HOME/bin. A sample configuration file, rcon.conf, will be copied to $HOME/.config/rcon. The configuration file should be updated with information regarding your server(s) prior to using RCON.

Configuration

RCON relies on the existance of the configuration file $HOME/.config/rcon/rcon.conf to obtain server addresses and, optionally, RCON passwords. A server entry in the configuration file takes the form:

alias,IP Address,port[,password]

The password field is optional, and the user is prompted for the server's password at runtime if one is not provided in the configuration file.

Usage

rcon <target> <command>

target is the alias of the server to contact and command is the message to send.

rcon's People

Contributors

jasondeckard avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.