๐ŸŽฎ Step 1 โ€” Rust+ Server Credentials
Connect the bot to your Rust server via the companion app
๐Ÿ“ฆ Prerequisites โ€” install these first:
  • Node.js v18+ โ€” download and install from nodejs.org. Open a terminal and run node -v to confirm.
  • A terminal / command prompt (Terminal on Mac, Command Prompt or PowerShell on Windows)
  • The Rust+ mobile app installed on your phone and linked to your Steam account
How to get your Rust+ credentials (takes ~2 minutes):
  1. Open a terminal and run:
    npx @liamcottle/rustplus.js fcm-register
    A browser window opens. Log in with your Steam account and approve the request.
  2. Then run:
    npx @liamcottle/rustplus.js fcm-listen
    Leave this running and move to the next step.
  3. On your phone, open the Rust+ app โ†’ select your server โ†’ tap "Pair with Server".
  4. Your terminal will print JSON like this:
    {"ip":"51.81.48.180","port":"28082","playerId":"76561198012345678","playerToken":"-1234567890"}
  5. Copy each value into the fields below.
Command Prompt
โ”€โ–กโœ•
Microsoft Windows [Version 10.0.22631.3880]
(c) Microsoft Corporation. All rights reserved.
 
C:\Users\YourName> npx @liamcottle/rustplus.js fcm-register
Opening browser for Steam login...
✓ FCM registration complete.
 
C:\Users\YourName> npx @liamcottle/rustplus.js fcm-listen
Waiting for Rust+ pairing notification...
[Open Rust+ app on your phone and pair the server]
 
Notification received:
{"ip":"51.81.48.180","port":"28082","playerId":"76561198012345678","playerToken":"-1234567890"}
 
C:\Users\YourName> _
Server IP is required
Port is required
Player ID is required
Player token is required
๐Ÿค– Step 2 โ€” Discord Bot Setup
These fields are required โ€” the hosted bot runs inside your Discord server
How to create a Discord bot:
  1. Go to discord.com/developers/applications
  2. Click "New Application" and name it
  3. Go to the "Bot" tab
  4. Click "Reset Token" and copy it
  5. Copy the "Application ID" from General Information
  6. Enable Message Content Intent and Server Members Intent under Privileged Gateway Intents
๐Ÿ’ก Developer Mode tip: To copy your Server ID, enable Developer Mode in Discord Settings โ†’ Advanced, then right-click your server name โ†’ Copy Server ID.
Bot token is required
Application ID is required
Guild ID is required
๐Ÿ“ข Step 3 โ€” Discord Channel IDs
All optional โ€” leave blank to disable that feature
๐Ÿ’ก Right-click any channel in Discord and click "Copy Channel ID".
Requires Developer Mode (Discord Settings โ†’ Advanced โ†’ Developer Mode).
You can use the same channel ID for multiple purposes.
๐Ÿ”Œ Step 4 โ€” Smart Entity IDs
Optional โ€” leave blank if you don't use smart devices
How to find entity IDs in Rust:
  1. Open the console (F1)
  2. Type: bind o lookingat_debug and press Enter
  3. In game, press O while looking at a Smart Switch or Smart Alarm
  4. The entity ID appears on your screen

Enter multiple IDs separated by commas: 1234567,7654321

๐Ÿš€ Step 5 โ€” Subscribe & Launch
Review your configuration, then start your $5/mo subscription
โœ… Your credentials are sent securely to our servers and the bot activates automatically after payment. Secrets are masked below for your protection.
SettingValue
๐Ÿ’ฌ Need help? Email us at support@rustycordbot.com  ยท  Terms