Skip to content

Latest commit

 

History

History
 
 

hamc-server-bedrock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HAMC Server (Bedrock)

This add-on allows for hosting a Minecraft Bedrock server using Home Assistant. Based on the Minecraft server docker by itzg.

Configuration

All configuration is done using the add-on options. It allows for setting the environment variables found here. For more info about these values, also check here.

To access the Minecraft server from outside your network, forward port 19132 (UDP) on your router. Then connect using:

<your_ip>:19132

Server data is stored in the /addons/hamc-server-bedrock/data folder for easy backups & adjustments.

References

  • Thanks to alexbelgium for the add-on template.
  • Thanks to itzg for the docker image.