Wallet seed from fast deploy through nknx.org

Hello everyone, i have a VPS and i used the script to install nkn node in it.
It created the wallet and gave me the password.

Now i need to get the seed for this wallet so i can open it as needed.

It is possible to retrieve it from ssh? if so, how?

Many thanks in advance.

1 Like

Hello @ColdSpirit,
SSH into your VPS, navigate to the NKN node directory (usually ~/nkn-node), and run cat wallet.json. The seed is stored in that file—handle it carefully to avoid security risks. Official Site

Best Regards,
Julie Batson