### Execute Proxmox Installation Script Source: https://xpenology.tech/wiki Run the downloaded Arc-Toolkit script to begin the installation process on Proxmox. Follow the on-screen prompts. ```bash /root/arc-toolkit.sh ``` -------------------------------- ### Install Proxmox Toolkit Source: https://xpenology.tech/wiki Use this command to download and make executable the Arc-Toolkit script for Proxmox setup. Ensure you have curl installed. ```bash curl -fsSL https://pvetoolkit.auxxxilium.tech -o /root/arc-toolkit.sh && chmod +x /root/arc-toolkit.sh ``` -------------------------------- ### Install/Patch Apps on Xpenology NAS Source: https://xpenology.tech/wiki/arc-utils Use this script to install or patch applications on your Xpenology NAS. Ensure you have root access via SSH and execute the script with caution. ```bash sudo -i curl -fsSL https://appinstaller.xpenology.tech -o /root/appinstaller && chmod +x /root/appinstaller /root/appinstaller ``` -------------------------------- ### Benchmark Xpenology NAS Source: https://xpenology.tech/wiki/arc-utils Run this script on your Xpenology NAS to perform system benchmarking. Requires root access via SSH. ```bash sudo -i curl -fsSL https://bench.xpenology.tech -o /root/bench.sh && chmod +x /root/bench.sh /root/bench.sh ``` -------------------------------- ### Reboot to Arc Config Mode Source: https://xpenology.tech/wiki Execute this command via DSM SSH to restart the system into Arc Config Mode for loader configuration. ```bash loader-reboot.sh config ``` -------------------------------- ### Reboot to Arc Update Mode Source: https://xpenology.tech/wiki Execute this command via DSM SSH to restart the system into Arc Update Mode for loader updates. ```bash loader-reboot.sh update ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.