diff --git a/docs/v2.0/TechnicalDocs/ubuntu-server.md b/docs/v2.0/TechnicalDocs/ubuntu-server.md new file mode 100644 index 00000000..0f17ab7f --- /dev/null +++ b/docs/v2.0/TechnicalDocs/ubuntu-server.md @@ -0,0 +1,39 @@ +# Install Ubuntu Server + +You can download Ubuntu Server 22.04 from here. +At this time, only Ubuntu Server 22.04 is supported. Please be sure not to use other versions. + +1. Boot Ubuntu Server from USB. +2. Follow the steps below to install Ubuntu Server. + +01 select-language + +02 keyboard + +03 version + +For the network interfaces, disable the shaping interfaces entirely. Then, set a static IP address on the management interface (100.99.0.4 is just an example). +04 net int + +05 no proxy + +06 download + +07 continue without updating + +08 use entire disk + +09 summary + +10 user info + +11 skip ubuntu pro + +Ensure SSH server is enabled so you can more easily log into the server later. +12 openssh + +13 skip these + +14 reboot + +You can use scp or sftp to access files from your LibreQoS server for easier file editing. Here's how to access via scp or sftp using an [Ubuntu](https://www.addictivetips.com/ubuntu-linux-tips/sftp-server-ubuntu/) or [Windows](https://winscp.net/eng/index.php) machine.