Rclone Proxmox LXC script

Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors’ web storage interfaces.


To create a new Proxmox VE Rclone LXC, run the command below in the Proxmox VE Shell.
To Update Rclone, run the command below (or type update) in the LXC Console.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh)"

As an alternative option, you can use Alpine Linux and the Rclone package to create a Rclone LXC container with faster creation time and minimal system resource usage. You are also obliged to adhere to updates provided by the package maintainer.

To create a new Proxmox VE Alpine-Rclone LXC, run the command below in the Proxmox VE Shell.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-rclone.sh)"

view login credentials: cat ~/rclone.creds
Add more users: htpasswd -b -B /opt/login.pwd newuser newuserpassword
Location of config file: ~/.config/rclone/rclone.conf
Documentation


Default settings

CPU: 1vCPU
RAM: 256MB
HDD: 1GB
Default Interface: IP:3000