Skip to content
/ rcon Public

SKXV RCON is a dead simlpe RCON client, built in NextJS with tailwind and shadcn/ui.

Notifications You must be signed in to change notification settings

DDDASHXD/rcon

Repository files navigation

Banner

SKXV RCON is a dead simlpe RCON client, built in NextJS with tailwind and shadcn/ui.

Usage

  1. Open the website at rcon.skxv.dev
  2. Enter your rcon host/ip
  3. Enter your rcon port
  4. Enter authentication password
  5. Select your game (optional)

API usage

SKXV RCON comes with a free api, which is just as simple as using the website.

The following examples are using axios.

const data = await axios.post("https://rcon.skxv.dev/api/rcon", {
  command: "help", // string
  host: "127.0.0.1", // string
  port: 4312, // number
  password: "pwd" // string
});

return data;
/*
  returns {
    data: "list of commands: ...."
    success: true
  }
*/

About

SKXV RCON is a dead simlpe RCON client, built in NextJS with tailwind and shadcn/ui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published