R2Northstar Wiki
English
English
  • Welcome to Northstar
  • Contributing
  • Installing Northstar
    • Basic Setup
    • Northstar Installers
      • FlightCore Guide
      • VTOL Guide
      • Viper Guide
    • Manual installation
    • SteamDeck and Linux
      • Installing on SteamDeck and Linux
      • Troubleshooting
    • Troubleshooting
  • Using Northstar
    • Mods
    • Packages
    • Server Browser
    • Direct Connect
    • Gamemodes
    • Commands
    • Launch arguments
    • Progression System
    • Vanilla via Northstar
    • Advanced
  • FAQ
  • Hosting a server with Northstar
    • Getting started
    • Hosting a Basic Listen Server
    • Hosting a Dedicated Server
      • Best practices
      • Hosting on Windows
      • Hosting on Linux
    • Hosting a Local-only Server
    • Server settings
      • Startup arguments
      • ConVars
      • Playlistvars
      • Name in the files
      • Banlist
    • Troubleshooting
  • Modding and Development
    • Modding
    • Development
      • Repositories
        • Atlas
        • NorthstarMods
        • NorthstarLauncher
        • NorthstarMasterServer (old)
          • Deploy
      • Contributing code to Northstar
      • Testing
      • Reviewing
      • Releases
      • Debugging
        • Visual Studio
        • x64dbg
  • Other
    • Helping
    • Discord moderation
      • Rules
    • Credits
Powered by GitBook
On this page
  • Banning
  • Unbanning
Edit on GitHub
  1. Hosting a server with Northstar
  2. Server settings

Banlist

PreviousName in the filesNextTroubleshooting

Last updated 7 months ago

The GitBook based NorthstarWiki has been replaced in favour of the where this wiki has been integrated.

Check it out here:

The same page on the new wiki should be located here:

The banlist.txt file found at R2Northstar\banlist.txt is a list of players that you have either banned or unbanned from your server.

The UIDs can be formatted as shown below:

1111111111

4444444444

This file also supports the use of comments with the # symbol:

# This is a comment
1111111111

4444444444 # Banned for being uncool

Banning

When banning a player in game using the ban command in console, their UID will be added to the list in banlist.txt.

The ban command is used alongside the name of the player you want to ban (e.g. ban realPlayerFr), or with their UID (e.g. ban 1111111111). The console will auto-complete the name for you, given you have typed something close to a valid name of a player in the game.

Unbanning

When unbanning a player in game using the unban command in console, their UID will be commented out in the file, as well as a comment next to their UID displaying the unban date.

The unban command is used alongisde the UID of the player you want to unban (e.g. unban 1111111111).

NorthstarDocs
https://docs.northstar.tf/Wiki/
https://docs.northstar.tf/Wiki/hosting-a-server-with-northstar/server-settings/banlist