Difference between revisions of "Setting alias and color for Umbrel"

From lightningwiki.net
Jump to navigation Jump to search
(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-...")
 
Line 6: Line 6:
# You are now in the editor. Add '''alias=SOMENAME''' to the bottom of the file.
# You are now in the editor. Add '''alias=SOMENAME''' to the bottom of the file.
# 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
# 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
# After you have exited the editor, type '''cat umbrel/lnd/lnd.conf''' to look at the content of the file.
# Then restart your Umbrel node
# Then restart your Umbrel node

Revision as of 09:36, 1 February 2021

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