Skip to content

Mobile and Console Support

Charles R. Portwood II edited this page Aug 3, 2026 · 4 revisions

Yes. There is no on-console BVC client, but console players use proximity voice chat by running the BVC mobile app on a phone or tablet alongside their console.

Download the app

Sign into the app with the same Xbox account you play on. Your position comes from the game server, so the app knows where you are without the console doing anything.

On a Bedrock Dedicated Server

Nothing console-specific is required. Join the server as usual and sign into the app.

On Realms or Aternos

These need Proxy Connect or Realms Connect, and consoles cannot enter a custom server address. Instead you point the console's DNS at your BVC server, which answers for a featured-server hostname and redirects you.

This requires the operator to enable BVC's DNS responder, which is off by default:

server {
    bedrock {
        dns {
            enabled = true
        }
    }
}

Full walkthroughs: Bedrock Realms Support · Aternos Support

Clone this wiki locally