diff --git a/README.md b/README.md index c1290a68..41109d42 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,8 @@ This repo has a CLI tool called [Odin] in it! It is used for managing the server > Note on `ADDRESS` this can be set to `127.0.0.1:` or `:` but does not have to be set. If it is set, it will prevent odin from reaching out to aws ip service from asking for your public IP address. Keep in mind, your query port is +1 of what you set in the `PORT` env variable for your valheim server. +> Another note: your server MUST be public (eg. `PUBLIC=1`) in order for Odin+Huginn to collect and report statistics. + ## Feature Information ### [BepInEx Support](./docs/bepinex.md) diff --git a/src/huginn/README.md b/src/huginn/README.md index 142817ec..e40c2316 100644 --- a/src/huginn/README.md +++ b/src/huginn/README.md @@ -22,6 +22,8 @@ Huginn is a status server used to check the status of your Valheim server. | ADDRESS | `Your Public IP` | FALSE | This setting is used in conjunction with `odin status` and setting this will stop `odin` from trying to fetch your public IP | | HTTP_PORT | `anything above 1024` | FALSE | Setting this will spin up a little http server that provides two endpoints for you to call. | +NOTE: your server MUST be public (eg. `PUBLIC=1`) in order for Odin+Huginn to collect and report statistics. + ### Manually Launching Simply launch `huginn` in the background with: