LogoLogo
  • Introducing Tebex
    • Store Overview
  • Pricing & Plans
    • Starter
    • Plus
    • Tebex Plan Payment Methods
    • Tebex Platform Fee
    • Plus Plan Expiry
  • Initial setup
    • General checklist for setting up a Tebex store
    • Identity Verification for Tebex Store Onboarding
    • Your Store Review
    • Tips for getting your store application approved
    • What is Intellectual Property?
    • Adult Content Guidelines
  • Tebex Control Panel
    • Dashboard
    • Payments
      • Manual Payments
      • Recurring Payments
      • Payment Methods
      • Checkout Settings
      • Fraud Analysis
      • Wallet
      • Payment Exports
    • Packages
      • How To Create A Package
      • How To Create A Category
      • How To Test A Package
      • Cumulative Packages
      • Downloadable Packages
      • Product Best Practice
    • Statistics
    • Customers
      • Customer Lookup
      • Banning
    • Webstore
      • Tebex Footer
      • Appearance
        • Custom CSS & HTML
        • Visibility
      • Sidebar Modules
      • Pages
      • Variables
        • Template Variables
      • Currency
        • Regional Pricing
      • Translations
        • Language
        • Custom Translations
      • Emails
      • Domains
        • Subdomain & Custom Domain
      • Notifications
        • Slack & Discord Notifications
    • Engagement
      • Coupon Codes
      • Sales
      • Creator Codes
      • Gift Cards
      • Community Goals
      • Abandoned Basket Recovery
      • Purchase Follow Ups
      • Upselling
      • Offers
    • Game Servers
      • FiveM
        • FiveM (Server Wrapper)
      • Minecraft: Java Edition
        • BuycraftX
      • ARK: Survival Evolved
      • Minecraft: Bedrock Edition
      • Space Engineers
        • Space Engineers Item IDs
        • How the Legacy Space Engineers Vanilla Integration Works
        • Mod Guidelines and FAQs
      • Unturned
      • Rust
      • Garry's Mod
      • Hurtworld
      • Counter Strike: GO
      • 7 Days To Die
      • Team Fortress 2
      • Conan Exiles
      • RCON (Legacy)
      • RCON Adapter
      • MySQL Depreciation
      • Product Deliverables Configuration
    • Discord Servers
    • Store Transfers
    • Team Accounts
    • Billing
      • Store Cancellation
  • Tebex Checkout
    • How Payments Work
    • Fees
    • Seller Protection and Chargebacks
    • Where and Why We Charge Sales Tax/VAT
      • Information for Accountants
    • Checkout Process
    • Paysafecard
    • Wallet
    • Wallet Restrictions - Deposits & Locks
    • Fund Withdrawals and Transfers
      • PayPal Withdrawal Fees
      • Bank Account Withdrawal Fees
      • Wire Transfer List of Countries & Fees
    • Checkout FAQ
    • Seller Support Guidance
    • Checkout Seller Actions
      • Changing Usernames
      • Changing Discord ID's
      • Resending Commands
      • Customer Lookup
      • Checkout Bans
    • Tebex Checkout for WHMCS
  • Subscribe @ Tebex Academy
  • Developer Documentation
  • FAQs
  • Growth and Success
    • 🛒Tebex Store Best Practices
    • 📆Sales Calendar - 2025
    • 🎁Gift Cards
    • 💬Community Engagement
    • ❓Frequently asked questions
    • 🚗FiveM Best Practices for Packages
    • 🥼FiveM Beta Assets Best practices
    • 📖Creator Success: Case Studies
      • 🚛Reducing Support Backlog through Restructuring the Team
      • 🔁Improving User Retention via “Loss Leader”
      • 📅Subscription Stability and Growth
  • Command Management
    • An Introduction To Commands
    • Command Troubleshooting
    • Resending Commands
    • Support for Epic Game IDs
Powered by GitBook
On this page
  • Officially Supported Games
  • Where To Download RCON Adapter
  • DigitalOcean Installer
  • How To Setup RCON Adapter
  • RCON Passthrough

Was this helpful?

  1. Tebex Control Panel
  2. Game Servers

RCON Adapter

The "RCON Adapter" is a self-hosted application that connects your webstore and your server together via the RCON protocol.

This integration replaces the RCON (Legacy) integration by providing more reliable command execution, player online/offline checking, and command success/failure checking.

When using the RCON Adapter, it will query Tebex for commands (just like a Tebex game server plugin would) and execute them on your server via an RCON connection.

It may be used in cases where a game server implements the RCON protocol but does not have a Tebex plugin available.

Officially Supported Games

It's recommended to use the RCON Adapter for these games in order to receive the most reliable integration experience:

  • Conan: Exiles

  • Minecraft: Java Edition

  • Minecraft (Offline/Geyser)

  • Minecraft (Bedrock)

  • Rust

  • ARK: Survival Evolved

  • 7 Days to Die

Please note that while the RCON Adapter can connect to any game server that implements RCON, we cannot guarantee full support for all games unless they are listed above.

Where To Download RCON Adapter

The RCON Adapter will be a download option from your Tebex panel, should support for your particular game be included.

DigitalOcean Installer

Tebex has developed a one-click installer for the RCON Adapter that allows DigitalOcean users to quickly and easily setup a Droplet running the Tebex RCON Adapter.

There are no special hardware requirements to run the RCON Adapter. It can run at minimum on 512MB of RAM and 1 CPU core.

How To Setup RCON Adapter

The RCON Adapter should be ran on dedicated server or virtual machine that is always online. It may also run from the same machine as your game server provided that shell access is available.

  1. Download the latest RCON Adapter to the location you wish to run it from.

  2. Unzip the RCON Adapter archive, and run Tebex-RCON.exe (Windows) or ./Tebex-RCON (Linux) to start the application.

  3. The program will run a guided setup that will prompt you for:

    • Your store's secret key

    • Your RCON connection information

      • If running the RCON Adapter on the same machine as your game server, set your RCON connection IP to 127.0.0.1

    • This information is saved to tebex-config.json if you wish to manually configure the Adapter.

  4. A connection attempt will be made and you will be brought to the console. If connection fails, you can restart setup with tebex.setup.

  5. Setup is successful once RCON connection is made. If connection is lost, the Adapter will attempt to reconnect once per minute. Each restart of the Adapter will attempt to connect to the same server again unless re-configured.

RCON Passthrough

The RCON adapter will pass any non-Tebex commands to the game server’s RCON, if connected. A Tebex command is always prefixed with tebex.

This is effectively an RCON client that you may use to communicate with the server and issue commands through the RCON adapter, if needed.

PreviousRCON (Legacy)NextMySQL Depreciation

Last updated 7 months ago

Was this helpful?

Otherwise, you may also download the RCON Adapter from its GitHub repository here:

You can see and use the one-click installer on a new DigitalOcean droplet here:

https://github.com/tebexio/Tebex-RconAdapter/releases/
https://docs.digitalocean.com/products/marketplace/catalog/tebex-rcon-adapter/