Key storage - Where and how?

Hi, does anyone have the file location of where device keys (DevEUI, AppKey etc) are stored once they have been connected to the server? are they stored in a database? If so could someone point me to the database location or file name?

Any help would be appreciated.

Thanks,

Ben.

they are stored in a postgresql database. You can find them in
db: loraserver_as or chirpstack_as
table: device_keys;

Forgot to mention that I’m using docker containers. Any idea what container the database is stored in? as it is not located on the host VM.

Are you have configured the postgresql container ? If not, then no container :slight_smile:
connect to psql with entered dsn credentials in app sever toml-file and select required data from corresponding table. .