Rust Console Edition: Community Servers
  • Welcome
  • Getting started
    • Server Renting
    • Server Setup
    • Status Page
    • General Warnings
    • Permissions
  • Server Configuration
    • Configuring your Server
    • Basic Settings
    • Custom Boot Commands
    • Map Presets
      • ✨NEW✨ Donut Island Setup
    • Map Settings
    • World Settings
    • NPC Settings
    • Player Settings
    • Item Settings
    • Event Settings
    • Gameplay Settings
  • Management Settings
    • Authority Levels & Privileges
      • ✨NEW✨ Custom Auth Tiers
    • Granting User Tiers
    • Logs, Booting & Saving
    • Restarts and Backup
    • Moderation Actions
  • FEATURE GUIDES
    • Command Scheduling
    • Custom Zones
    • Entity Details
    • Entity Spawning
    • ✨NEW✨ Item Management
    • Kit Management
    • ✨NEW✨ Modifiers
    • Monument Recycler Configs
    • Seasonal Events
    • Server Tags
    • Whitelist Management
  • Commands
    • Gameplay
      • Building
      • Cook & Smelt
      • Crafting
      • Items & Inventory
      • Player
      • Resources
      • UI & Visuals
      • Farming
      • Missions
      • Teams
    • Moderation
      • Banning
      • Access Management
      • AntiHack
      • Tools
    • Server
      • Settings
      • Tools
    • Utility
      • Crafting
      • Entities
      • Events
      • Gameplay
      • Inventory
      • Monuments
      • Player
      • Resources
      • Self
      • Teams
    • World
      • Entities
      • Events
      • Generation
      • Monuments
      • Resources
      • Vehicles
Powered by GitBook
On this page
  • Whitelist Activation
  • Whitelist Viewing
  • Whitelist Management

Was this helpful?

  1. FEATURE GUIDES

Whitelist Management

When enabled, the whitelist is a list of players who can access the server. All other players will be blocked.

The player ID is the gamertag/username of the player on XBOX or PlayStation. You do not need to specify the platform when adding a user to the whitelist.


Whitelist Activation

📟

server.enablewhitelist "0/1"

Toggles the server's whitelist.


Whitelist Viewing

📟

global.whitelist

This command prints the current whitelist to the console log, if it has been enabled.


Whitelist Management

📟

server.whitelistID "ID"

This command adds the target player to the Whitelist, where "ID" is the in-game name of the chosen player.

📟

server.removewhitelist "ID"

This command aremoves the target player from the Whitelist, where "ID" is the in-game name of the chosen player.

📟

global.clearwhitelist

This command clears all players from the whitelist.

NOTE: This will not change whether the whitelist remains active, so make sure to set server.enablewhitelist "0" to go back to an open server.

PreviousServer TagsNextGameplay

Last updated 8 months ago

Was this helpful?