Skip to content

Latest commit

 

History

History

hamc-server-java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HAMC Server (Java)

This add-on allows for hosting a Minecraft Java 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.

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

<your_ip>:25565

References

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