How to add Custom Radio Stations to Boombox in Rust
Hey, Rust fans! Today, we're going to learn how to add custom radio stations to the boombox in Rust, based on the Facepunch Wiki article here.
As a server owner, use this command:
BoomBox.ServerUrlList “<In-game Station Name>,<URL>”
Example: BoomBox.ServerUrlList Test Station,www.teststation.com
Ensure the URL is a direct audio stream link (.M3U, .MP3, etc.).
Content creators should turn off Internet Audio Streams in the Options menu to avoid copyright/DMCA issues.
Be cautious with untrusted station URLs, as they might expose players' IP addresses. Player-hosted stations pose the most risk.
And there you have it! Enjoy adding custom radio stations to your Rust server's boombox and keep the tunes flowing.
Adding Stations
As a server owner, use this command:
BoomBox.ServerUrlList “<In-game Station Name>,<URL>”
Example: BoomBox.ServerUrlList Test Station,www.teststation.com
Ensure the URL is a direct audio stream link (.M3U, .MP3, etc.).
DMCA Warning
Content creators should turn off Internet Audio Streams in the Options menu to avoid copyright/DMCA issues.
Security Concerns
Be cautious with untrusted station URLs, as they might expose players' IP addresses. Player-hosted stations pose the most risk.
And there you have it! Enjoy adding custom radio stations to your Rust server's boombox and keep the tunes flowing.
Updated on: 27/04/2023
Thank you!