Setting alias and color for Umbrel

From lightningwiki.net
Revision as of 09:36, 1 February 2021 by MiltonPusser (talk | contribs)
Jump to navigation Jump to search

Want to set an alias for your Umbrel Node? Follow these steps:

  1. Log in to your node using SSH. The user is umbrel. Default password is moneyprintergobrrr .
  2. (Optional) change your default password by typing passwd
  3. Open the config file sudo nano umbrel/lnd/lnd.conf
  4. You are now in the editor. Add alias=SOMENAME to the bottom of the file.
  5. You will see the commands you can give at the bottom. The caret ^ means CTRL button. This means ^O is CTRL-O (to save) and ^X to exit the file
  6. After you have exited the editor, type cat umbrel/lnd/lnd.conf to look at the content of the file.
  7. Then restart your Umbrel node