Setting alias and color for Umbrel

From lightningwiki.net
Revision as of 09:28, 1 February 2021 by MiltonPusser (talk | contribs) (Created page with "Want to set an alias for your Umbrel Node? Follow these steps: # Log in to your node [https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. Then restart your Umbrel node