> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/ethernity-node/prerequisites-ethernity-node/installing-linux/installing-ubuntu-18.04.md).

# Ubuntu 18.04 LTS

## Installation

Please find below a step by step guide on how to install Ubuntu Server 18.04 LTS with screenshots at every step.

![Choose your desired language. Please use English in case troubleshooting is required.](/files/-MOaTBNtdtHlPk-Zg4cB)

![Please select your Country, we used United Kingdom](/files/-MOaTE0_niZUKK5u8Iw9)

![We had a UK keyboard layout and selected No for this question ](/files/-MOaTG7LjZWMO-nNL4qg)

![Keyboard Layout English (UK) in our case, but feel free to select what suits your configuration best](/files/-MOaTHd1KE2wutD0LSCI)

![Confirming Keyboard Layout English (UK)](/files/-MOaTJ5eSlKVDn43I59g)

![We used "ubuntu" as a hostname but feel free to change it](/files/-MOaTKWZ63pj8sfyQAI7)

![Username for the account](/files/-MOaTM9WeuKKYF56kcU4)

![Full name of the account](/files/-MOaTNp8ssVq3JbVCh0v)

![Password](/files/-MOaTPL8uB_dql4Ay82t)

![Re-enter Password](/files/-MOaTQoMmiC1jh3N7bne)

![Confirm or select time zone](/files/-MOaTSLapCmeySOmt4RS)

![Use the entire disk and set up LVM](/files/-MOaTTdYYG_JtpHPgEro)

![select your desired drive](/files/-MOaTUyva2S5NswAXR2r)

![Click on Yes to save the changes to disk](/files/-MOaTWU26C20OXKHWfFL)

![Leave the default value. The entire disk will be used](/files/-MOaTXz5TmsM7t9SwWIb)

![Select \<Yes> to confirm the changes](/files/-MOaTZM2eHsUJhWj8Jh6)

![We just used Continue without any proxy serve, but this is where you'd enter your proxy details](/files/-MOaT_nWr6RAnaelBOtU)

![We prefer to update the box manually so "No automatic updates"](/files/-MOaTbGqYaW2laud-n9k)

![Press SPACE while highlighting "OpenSSH server" to select it and then ENTER to continue.](/files/-MOaTcfwrVKRr998kXZT)

![Select \<Yes> for GRUB to install on the master boot record](/files/-MOaTe7Zx5Ak4eDvvMyh)

![We're done! Select Continue to reboot the system](/files/-MOaTf_bE1KKv1mzRcI3)

![This is how it looks after first login](/files/-MOaTgvzDL2DT2YpoK3W)

#### Check if SSH Service running

If you've followed the Installation from above the SSH server should already be enabled.&#x20;

![You can double check if the ssh server is running by executing "systemctl status ssh"](/files/-MObvEt9-qzeDpe393gI)

#### IP address

![Run "ifconfig" to get the IP address of the network interface.](/files/-MObxvy7_Q4RE2ZxL7bI)

### SSH Connection

Please continue to the [SSH Connection](/ethernity-node/prerequisites-ethernity-node/installing-linux/ssh-connection.md) session to find out on how to connect to your node remotely.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ethernity.cloud/ethernity-node/prerequisites-ethernity-node/installing-linux/installing-ubuntu-18.04.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
