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
  • Banning Clients
  • Unbanning Clients
  • The local banlist.
  • Reloading the banlist

Was this helpful?

  1. Helpful Commands
  2. Commands

Ban Commands

How to ban and unban clients from your server via the In-Game console and how to reload the ban list.

Banning Clients

Banning a client by name works like the following

ban clientname

If special characters do not allow you to ban the client by client name refer to use banid.

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

banid originid
banid userid
banid ipaddress

Examples don't include the text with the octothorpe:

banid 1000000000   #originid
banid 1            #userid
banid 127.0.0.0    #ipaddress

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

Unbanning Clients

Unbanning a client works like the following:

unban originid
unban ipaddress

Examples don't include the text with the octothorpe:

unban 1000000000   #originid
unban 127.0.0.0    #ipaddress

You can get the banned clients ipaddress and originid from the banlist.config in your R5 Reloaded root folder.

The local banlist.

Banning a client results in a banlist to be created in your apex folder.

It will be named banlist.config.

You can manually add people there to ban them by either ipaddress or originid.

Or also manually delete people there to unban them.

Make sure to keep the order in check in the banlist.config.

If the first entry is called 1 make sure the next one will be called 2 or your game might crash.

Reloading the banlist

Reloading the banlist can be done like the following:

reloadbanlist
PreviousCommandsNextStatus Command

Last updated 3 years ago

Was this helpful?