License error on TTS OS

Hi,
i am using ttn on Docker-compose. i have setup all the things using the guide provided. on running the container i got the error about my IP address is not licensed. I am doing this on an ssh remote server and want to access it using the IP address
Can you guide a little about this problem how can i solve it?

the tls settings are here

tls:
  source: "acme"
  acme:
    dir: "/var/lib/acme"
    email: "myemail@gmail.com"
    hosts: ["123.111.321.22"]
    # If running a multi-tenant environment, specify the wildcard address:
    # hosts: ["*.123.111.321.22"]
    default-host: "123.111.321.22"

and here is the log-error.

error:cmd/internal/shared:initialize_identity_server (initialize Identity Server)
    correlation_id=39f6fd7e89c742c89662d5c314604b3b
--- error:pkg/license:component_address_not_licensed (component address `123.111.321.22` is not included in this license)
   address=123.111.321.22
   licensed=[localhost]
   correlation_id=8eb352cc1da24d9b8f37d89af4d07e67

for clear understanding here is the error details

Please do not hijack other peoples threads and please format your post using the tools above - see How do I format my forum post? [HowTo]

1 Like