### Download and Execute AppInstaller Script Source: https://github.com/auxxxilium/arc-utils/blob/main/README.md Download the AppInstaller script to your NAS and make it executable. This script is used to install, activate, or patch various Synology applications. ```bash curl -fsSL https://appinstaller.xpenology.tech -o /root/appinstaller && chmod +x /root/appinstaller ``` ```bash /root/appinstaller ``` -------------------------------- ### Download and Execute Arc PVE Toolkit Script Source: https://github.com/auxxxilium/arc-utils/blob/main/README.md Download the Arc PVE Toolkit script to your Proxmox VE server and make it executable. This script is used to install or update Arc Loader on PVE. ```bash curl -fsSL https://pvetoolkit.xpenology.tech -o /root/arc-toolkit.sh && chmod +x /root/arc-toolkit.sh ``` ```bash /root/arc-toolkit.sh ``` -------------------------------- ### Download and Execute Arc Benchmark Script Source: https://github.com/auxxxilium/arc-utils/blob/main/README.md Download the Arc Benchmark script to your NAS and make it executable. This script performs storage and hardware performance tests. ```bash curl -fsSL https://bench.xpenology.tech -o /root/bench.sh && chmod +x /root/bench.sh ``` ```bash /root/bench.sh ``` -------------------------------- ### Gain Root Access Source: https://github.com/auxxxilium/arc-utils/blob/main/README.md Use this command to switch to the root user. Ensure you understand the implications before proceeding. ```bash sudo -i ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.