diff --git a/website/docs/gateway/1-getting-started.md b/website/docs/gateway/1-getting-started.md
index 9198b3377c5969c69a0be8c6239dae1e03f88068..8731ff5d4fb972ba9a2601bfef9cbdf0e0906735 100644
--- a/website/docs/gateway/1-getting-started.md
+++ b/website/docs/gateway/1-getting-started.md
@@ -17,9 +17,9 @@ As a node runner you will need to know the following for use with this guide and
 
 ## The Operating System
 
-:::danger Have you installed Ubuntu Server 20.04 LTS on the gateway computer?
+:::danger Have you installed an OS other than Ubuntu Server 20.04 LTS, 22.04 LTS or 24.04 LTS on the gateway computer?
 :::
-The xx Network team may not be able to assist you if problems arise on OSs other than Ubuntu Server 20.04 LTS. Other versions of Ubuntu (Ex. 18.04, 22.10, etc.), flavors of Ubuntu (Ex. Ubuntu Desktop, Kubuntu, etc.), and Linux distributions (Ex. Arch, Fedora, etc.) have not been tested for compatibility with the xx Network software. That is not to say that the xx Network software can only be run on Ubutnu Server 20.04 LTS, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer. Refer to the [Install Ubuntu Server](https://ubuntu.com/tutorials/install-ubuntu-server#1-overview) documentation to install [Ubuntu Server 20.04 LTS](https://releases.ubuntu.com/20.04/) which Ubuntu has committed to provide hardware and maintenance updates until [April 2030](https://ubuntu.com/about/release-cycle).
+The xx Network team may not be able to assist you if problems arise on OSs other than those [tested and supported](../specifications.md). Other versions of Ubuntu (Ex. 18.04, 22.10, etc.), flavors of Ubuntu (Ex. Ubuntu Desktop, Kubuntu, etc.), and Linux distributions (Ex. Arch, Fedora, etc.) have not been tested for compatibility with the xx Network software. That is not to say that the xx Network software can only be run on the recommended OSs, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer.
 
 ## The *root* user
 
diff --git a/website/docs/gateway/2-software-dependencies.md b/website/docs/gateway/2-software-dependencies.md
index 3fe2308363ef74e68e37d93cdf72f8f848f30741..e2350b272095a024c4f0184fc87427ec1dc4ab86 100644
--- a/website/docs/gateway/2-software-dependencies.md
+++ b/website/docs/gateway/2-software-dependencies.md
@@ -46,6 +46,24 @@ sudo shutdown -r now
 
 ## Install cMixx dependent Python modules
 
+:::note
+
+If you are installing on **Ubuntu Server 24.04 LTS**, you will likely see the following message when installing the Python modules.
+
+<details>
+  <summary>`error: externally-managed-environment`.</summary>
+
+**This should only be required for Ubuntu Server 24.04 LTS.**
+
+To resolve this error, run the following commands:
+```
+sudo mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bak
+```
+You should now be able to continue.
+</details>
+
+:::
+
 ```
 sudo pip3 install -U pip
 ```
diff --git a/website/docs/node/1-getting-started.md b/website/docs/node/1-getting-started.md
index ef07d426d885c5059261f976dd5512340b02afc8..3fb2e25496e6f48180aadd20f65a1be55c0805b9 100644
--- a/website/docs/node/1-getting-started.md
+++ b/website/docs/node/1-getting-started.md
@@ -17,9 +17,9 @@ As a node runner you will need to know the following for use with this guide and
 
 ## The Operating System
 
-:::danger Have you installed Ubuntu Server 20.04 LTS on the node computer?
+:::danger Have you installed an OS other than Ubuntu Server 20.04 LTS, 22.04 LTS or 24.04 LTS on the node computer?
 :::
-The xx Network team may not be able to assist you if problems arise on OSs other than Ubuntu Server 20.04 LTS. Other versions of Ubuntu (Ex. 18.04, 22.10, etc.), flavors of Ubuntu (Ex. Ubuntu Desktop, Kubuntu, etc.), and Linux distributions (Ex. Arch, Fedora, etc.) have not been tested for compatibility with the xx Network software. That is not to say that the xx Network software can only be run on Ubutnu Server 20.04 LTS, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer. Refer to the [Install Ubuntu Server](https://ubuntu.com/tutorials/install-ubuntu-server#1-overview) documentation to install [Ubuntu Server 20.04 LTS](https://releases.ubuntu.com/20.04/) which Ubuntu has committed to provide hardware and maintenance updates until [April 2030](https://ubuntu.com/about/release-cycle).
+The xx Network team may not be able to assist you if problems arise on OSs other than those [tested and supported](../specifications.md). Other versions of Ubuntu (Ex. 18.04, 22.10, etc.), flavors of Ubuntu (Ex. Ubuntu Desktop, Kubuntu, etc.), and Linux distributions (Ex. Arch, Fedora, etc.) have not been tested for compatibility with the xx Network software. That is not to say that the xx Network software can only be run on the recommended OSs, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer.
 
 ## The *root* user
 
diff --git a/website/docs/node/2-software-dependencies.md b/website/docs/node/2-software-dependencies.md
index 38750d376cc2abf9f8c30ac9ee9e4109967cb74d..5624251732d93a10b5f8113fbe07e36f3724a219 100644
--- a/website/docs/node/2-software-dependencies.md
+++ b/website/docs/node/2-software-dependencies.md
@@ -47,6 +47,24 @@ sudo shutdown -r now
 
 ## Install cMixx dependent Python modules
 
+:::note
+
+If you are installing on **Ubuntu Server 24.04 LTS**, you will likely see the following message when installing the Python modules.
+
+<details>
+  <summary>`error: externally-managed-environment`.</summary>
+
+**This should only be required for Ubuntu Server 24.04 LTS.**
+
+To resolve this error, run the following commands:
+```
+sudo mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bak
+```
+You should now be able to continue.
+</details>
+
+:::
+
 ```
 sudo pip3 install -U pip
 ```
diff --git a/website/docs/specifications.md b/website/docs/specifications.md
index 3d09fc10d7e2881100dda81bb97cde604aa6b1b7..67d014d1c50d1ff4b61c20fa666dbab792188ba7 100644
--- a/website/docs/specifications.md
+++ b/website/docs/specifications.md
@@ -4,7 +4,18 @@ sidebar_position: 2
 
 # Specifications
 
-Each xx Node is comprised of two computers, a NODE computer and a GATEWAY computer.
+## Operating System
+
+Each xx Node is comprised of two computers, a NODE computer and a GATEWAY computer. The xx network team has tested, supports and recommends, the following operating systems.
+
+### Tested and Supported
+ * Ubuntu Server 20.04 LTS
+ * Ubuntu Server 22.04 LTS
+ * Ubunti Server 24.04 LTS
+
+:::info
+This is not to say that the xx Network software can only be run on the recommended OSs, but it may not be fully compatible due to the various versions of software that are installed by default by the OS maintainer.
+:::
 
 ## Node Computer