Rust
Integrating Tebex with Your Rust Server (Oxide Plugin)
Tebex supports direct integration with Rust servers through our official plugin built for the Oxide modding platform.
Plugin Download: Visit your Tebex Control Panel → Plugins section, or access the GitHub release (if applicable).
🔧 Supported Modding Platform
Step-by-Step Installation (Oxide Plugin)
1. Download the Tebex Plugin
Download the Rust (Oxide) plugin from the Plugins section of your Tebex Control Panel.
2. Install the Plugin
Move the downloaded file into the following directory:
<YourRustServer>/oxide/plugins
Note: This is different from the main plugins folder if your server uses other modding frameworks.
3. Start or Reload the Plugin
If your server is already running, Oxide should auto-load the plugin. If not, reload manually using the Oxide console:
oxide.reload Tebex
4. Link Your Tebex Store
In the server console, run the following command (replace with your actual secret key):
tebex:secret your-secret-key
You can find your secret key in your Tebex Control Panel under Game Servers → Edit.
Verifying Installation
Once linked, the plugin will display a confirmation message in your console.
To verify everything is installed correctly:
tebex:info
This command will display store configuration and a list of available Tebex plugin commands.
For more help, use:
tebex:help
Optional Advanced Integrations
Tebex also supports deeper integration with your Rust server or external tools using:
Webhooks
RCON
MySQL
These can be used for syncing data across websites, CRMs, Discord bots, or analytics dashboards.
Academy Video
Last updated
Was this helpful?