Learn how to enable Filesystem in Userspace on your OpenVZ VPS.
FUSE (Filesystem in Userspace) is a software interface that lets non-privileged users create their own file systems without editing kernel code. This is useful for applications like:
If you would like to use FUSE on your OpenVZ VPS, please request that we enable it via a support ticket.
Go to the Client Area
Navigate to Support → Open New Ticket
Select the department: "Technical Support"
Include your VPS ID or IP address
Request FUSE to be enabled
Once our team enables FUSE for your VPS, you may need to reboot your VPS for the changes to take effect. You can then install and use FUSE-based applications normally.
On most Linux distributions, you can install FUSE with:
# Debian/Ubuntu
apt-get install fuse
# CentOS/RHEL
yum install fuse