./up
5. Commands and additional information are located in the README.md file in the Docker repository. Configuration files and databases are located in the `store` directory inside the Docker directory.
-## Local Install
-The Xahau Docker repositories (Mainnet and Testnet) each contains a script to automate the local install process, so that xahaud can be run outside of Docker. These scripts will create systemd files, a 'xahaud' user, and default configuration files. The URLs for these scripts are in the table at the bottom of this page. To install locally:
+## Local Install Script
+The Xahau Docker repositories (Mainnet and Testnet) each contains a script to automate the local install process, so that xahaud can be run outside of Docker. These scripts are similar to the [Linux Install Summary](#linux-install-process), as they will create systemd files, a 'xahaud' user, and default configuration files. The URLs for these scripts are in the table at the bottom of this page. To install locally:
1. Download and run the install script: curl -sL [https://link-to-script] | bash
2. Edit the configuration file: /opt/xahahud/etc/xahaud.cfg
@@ -25,15 +187,6 @@ The Xahau Docker repositories (Mainnet and Testnet) each contains a script to au
4. Start and enable xahaud to run automatically: systemctl enable --now xahaud
5. Verify xahaud is running: /opt/xahaud/bin/xahaud server_info
-## Binary Files
-Users seeking to install xahaud in non-traditional environments (e.g., outside Ubuntu) may benefit from the binary release packages, which are built with necessary dependencies. This install process is essentially the same as the "Local Install", however, xahaud is not configured as a systemd service and config files are not installed in default directories.
-1. Download the latest release from [https://build.xahau.tech](https://build.xahau.tech)
-2. Download and edit the relevant configuration and trusted validators files (see the table below for links to Mainnet and Testnet configurations). Ensure the paths to the validators-xahau.txt file, the database directory, and the logfile are accessible.
-3. Change permissions on the downloaded binary, so it is executable: chmod 500 [/path/to/xahaud]
-4. Consider restricting access to xahaud.cfg and validators-xahau.txt: chmod 400 xahaud.cfg validators-xahau.txt
-5. Run the binary: ./[path/to/xahaud] --net --conf [path to xahaud.cfg]
-6. Verify xahaud is running: ./[path/to/xahaud] server_info
-
## Resources, Peering, and Configurations
This peering is relevant for both Docker containers and local installations.
@@ -53,8 +206,8 @@ This peering is relevant for both Docker containers and local installations.
| Docker Container | https://github.com/Xahau/mainnet-docker | https://github.com/Xahau/Xahau-Testnet-Docker |
| Local Install Scripts | https://raw.githubusercontent.com/Xahau/mainnet-docker/refs/heads/main/xahaud-install-update.sh | https://github.com/Xahau/Xahau-Testnet-Docker/blob/main/xahaud-install-update.sh |
| Binary Releases | https://build.xahau.tech | Same as Mainnet |
-| Sample Configuration File | https://github.com/Xahau/mainnet-docker/blob/main/store/etc/xahaud.sample.cfg | https://github.com/Xahau/Xahau-Testnet-Docker/blob/main/store/etc/xahaud.cfg |
-| Sample Trusted Validators (UNL) File | https://github.com/Xahau/mainnet-docker/blob/main/store/etc/validators-xahau.sample.txt | https://github.com/Xahau/Xahau-Testnet-Docker/blob/main/store/etc/validators-xahau.txt |
+| Sample Configuration File | https://github.com/Xahau/xahaud/blob/dev/cfg/xahaud-example.cfg | https://github.com/Xahau/Xahau-Testnet-Docker/blob/main/store/etc/xahaud.cfg |
+| Sample Trusted Validators (UNL) File | https://github.com/Xahau/xahaud/blob/dev/cfg/validators-example.txt | https://github.com/Xahau/Xahau-Testnet-Docker/blob/main/store/etc/validators-xahau.txt |
| Documented Configuration Files | https://github.com/Xahau/xahaud/tree/dev/cfg | Same as Mainnet |
| Github Build Actions (release numbers) | https://github.com/Xahau/xahaud/actions?query=branch%3Arelease+is%3Asuccess+build+using+docker | Same as Mainnet |
diff --git a/src/content/docs/docs/infrastructure/interacting.mdx b/src/content/docs/docs/infrastructure/interacting.mdx
index 915724c..91fa929 100644
--- a/src/content/docs/docs/infrastructure/interacting.mdx
+++ b/src/content/docs/docs/infrastructure/interacting.mdx
@@ -1,5 +1,5 @@
---
-title: Interacting With xahaud Using Websocket and RPC
+title: Interact With xahaud Using Websocket and RPC
---
The xahaud software provides both websocket and RPC interfaces that can be configured for a variety of use cases, such as submitting transactions or querying ledger history. Some users may choose to place proxy software in front of xahaud to provide encryption, load balancing, or other benefits. It is possible to install TLS certificates in the xahaud.cfg file using parameters such as `ssl_key = [/path/to/key]`.
diff --git a/src/content/docs/docs/infrastructure/system-requirements.mdx b/src/content/docs/docs/infrastructure/system-requirements.mdx
index 2852585..e28d0fa 100644
--- a/src/content/docs/docs/infrastructure/system-requirements.mdx
+++ b/src/content/docs/docs/infrastructure/system-requirements.mdx
@@ -17,7 +17,7 @@ It is possible to run xahaud in diverse configurations, based on a users needs.
* Machines storing full history must use XFS or similar to avoid limitations with single file size in EXT4 (max. file size of 16TB). If storing less history, EXT4 is sufficient.
* It may be possible to run xahaud on machines that do not meet the below "Minimum" specifications for production servers. However, doing so risks instability.
* These system requirements may grow over time. For example, disk space for full history servers is consistently increasing.
-* As of August 6, 2025 the full history for the Xahau Network is approximately 8TB.
+* As of November 1, 2025 the full history for the Xahau Network is 10TB.
## Recommended Specs for Production xahaud Servers
diff --git a/src/content/docs/docs/infrastructure/updating-xahaud.mdx b/src/content/docs/docs/infrastructure/updating-xahaud.mdx
index 42ff15a..001a159 100644
--- a/src/content/docs/docs/infrastructure/updating-xahaud.mdx
+++ b/src/content/docs/docs/infrastructure/updating-xahaud.mdx
@@ -1,5 +1,5 @@
---
-title: Updating xahaud
+title: Update xahaud
---
The process for updating xahaud varies depending on the install method used, however, all three methods rely on the releases published at [https://build.xahau.tech](https://build.xahau.tech). When updating a validator, hub, or other 'critical' infrastructure, please check the network health prior to restarting a server to install an update. It is possible to automate the update process using a crontab entry and an update script, however, administrators are discouraged from doing so, as automatic updates may result in restarts at times when the network is unstable. Similarly, human presence allows operators to ensure updates are successful, thereby minimizing downtime.
diff --git a/src/content/docs/docs/what-is-different.mdx b/src/content/docs/docs/what-is-different.mdx
index e54804d..6cde1ba 100644
--- a/src/content/docs/docs/what-is-different.mdx
+++ b/src/content/docs/docs/what-is-different.mdx
@@ -26,7 +26,7 @@ Xahau and XRPL operate from different repositories, signifying that they are sep
Xahau's build process incorporates WebAssembly (WASM) and the Low-Level Virtual Machine (LLVM), which is not described in the XRPL build process. Xahau is utilizing these technologies for enhanced smart contract capabilities and to improve the performance and cross-platform compatibility of its codebase.
-
+
#### Different Amendment Time (5 days)