Overview
Remote Chat is a spigot and bungeecord plugin which allows you to view a live feed of the server chat inside most web browsers on any device.
Features
Screenshot
- Can view a live feed from any device in most web browsers. (See below for supported browsers)
- Can be used on a spigot or bungeecord server
- All minecraft versions 1.8 or higher are supported
- Can set credentials to prevent unauthorized usage
- Can edit the pre-made HTML file, so you can customize the looks of the web page to your liking
- An option to show commands
- Uses asynchronous threads for absolutely no trace of lag
Below is a screenshot of the remote chat plugin in a web browser using the default HTML file.
![]()
Configuration
InstallationCode (Text):#The ip address to have the HTTP server bind to.
bind_ip: 0.0.0.0
#The port to have the HTTP server to bind to.
bind_port: 8080
#Set to true if the HTTP chat interface requires authentication.
require_authentication: false
#Credentials for the HTTP authentication.
username: admin
password: password
#The realm to display for HTTP authentication.
realm: 'Minecraft Server Chat'
#Set to true if you want to show commands being issued.
show_commands: false
Browser Support
- Stop the server.
- Download the plugin and put it in your plugins folder.
- Start the server to have the default files generated.
- Stop the server.
- Edit the configuration file to the way you want it to be.
- Start the server.
- If done correctly, you should now be able to access a live chat feed in your web browser at http://<bindIP>:<bindPort>
Below are the major browsers that are supported. As long you are using a modern browser, you should be good to go.
Other
- Google Chrome 14+
- Firefox 6+
- Internet Explorer 10+
- Safari 6+
- Opera 12.10+
- Good reviews are appreciated.
- Source code is available here.

Remote Chat 1.0
Allows you to view your server chat in a web browser on any device.