# Connect to Terminal

If `litd` is already running on your machine, follow this guide. For installation instructions, [follow our guide](https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/get-lit). If you are running a bundle such as Umbrel or Start9, Terminal may already be installed on your machine.

Once you have navigated to your local installation of Terminal, click on "Connect to Terminal" to be taken directly to Terminal on the web. Alternatively you may scan the QR code with a smart phone or tablet to open a new session on another device.

You can inspect and revoke all existing sessions under "Lightning Node Connect."

<figure><img src="https://2545062540-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIzyiDsFtJBYVyhr1nT%2Fuploads%2Fgit-blob-3260c69a28b0b94bd98656cac46ad89b66bfa2a6%2FScreenshot%202022-10-12%20at%2011-27-59%20Lightning%20Terminal.png?alt=media" alt=""><figcaption><p>Lightning Terminal, as seen when navigating to https://127.0.0.1:8443</p></figcaption></figure>

## Run litd locally

Once you are running `litd` on your machine, navigate to `http://127.0.0.1:8443` in your browser on the same machine to open Lightning Terminal. Not that your wallet needs to be unlocked with `lncli unlock` before you can access the user interface. If you are running `litd` on another machine, you may access it from there or continue with the CLI option below.

## Create a session using the command line

If you cannot access the machine on which you are running `litd` via the browser or prefer to keep port `8443` closed, you may generate a new pairing phrase with `litcli`.

`litcli sessions add --label="default" --type=admin`

Now navigate to [https://terminal.lightning.engineering](https://terminal.lightning.engineering/) and click on 'Connect your Node.'

You will be asked for your 10-word pairing phrase. Enter it and confirm.

You need to choose a secure and unique password. We recommend to use a password manager.

You're now connected to Lightning Terminal! Read more about [Recommended Channels](https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/recommended-channels), [Health Checks](https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/health-checks), and [how to open channels to the Lightning Network](https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/opening-channels).
