LogoLogo
  • Welcome
  • FAQ
  • Links
  • The playlist file
    • Introduction
    • KV Table
  • Helpful Commands
    • Commands
      • Ban Commands
      • Status Command
      • Kick Commands
      • Copy Paste Commands
    • List of what things are called in the files
  • Scripting
    • Introduction
    • Level Editor
    • CUSTOM_TDM
      • How to auto-give weapons/abilities to players
    • Custom Dev Menu Tab (UNSAFE)
  • Hosting
    • RCON
  • Troubleshooting
    • Unable to load manifest file scripts\audio\audio_soundscapes_manifest.txt
    • Black screen in the Main Menu
    • GRXStoreOffer script error
    • Failed to reach comp-server
    • The game refuses to open
    • CommonShootWithLos
    • Error 0x00000026
    • DEV menu refuses to show up
    • 0xc0000142 Application error
    • Could not load bank digest file audio\ship\general.mbnk_digest
  • Respawn Squirrel Reference
Powered by GitBook
On this page

Was this helpful?

  1. Helpful Commands
  2. Commands

Kick Commands

How to kick clients from your server via the In-Game console.

Kicking Clients

Kicking a client by name works like the following:

kick clientname

If special characters do not allow you to kick the client by client name refer to use kickid.

Kicking a player by originid/userid/ipaddress works like the following:

kickid originid
kickid userid
kickid ipaddress

Examples don't include the text with the octothorpe:

kickid 1000000000   #originid
kickid 1            #userid
kickid 127.0.0.0    #ipaddress

You can get the ipaddress and the userid by refering to the page below.

PreviousStatus CommandNextCopy Paste Commands

Last updated 3 years ago

Was this helpful?