VPS rclone plex server

here the command i used (without rclone part creation drive)

1- connect
ssh root@xxxxxx

2- Plex installation

i used this : https://www.lavavps.lt/login/knowledgebase.php?action=displayarticle&id=107

apt-get update

apt-get install wget

wget https://downloads.plex.tv/plex-media-server-new/1.16.1.1291-158e5b199/debian/plexmediaserver_1.16.1.1291-158e5b199_amd64.deb

dpkg -i plexmediaserver_*.deb

apt-get install curl apt-transport-https

echo deb https://downloads.plex.tv/repo/deb ./public main | tee /etc/apt/sources.list.d/plexmediaserver.list

curl https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add -

apt-get update

http://localhost:8888/web

3- installer unzip
apt-get install zip

4- rclone installation


https://rclone.org/install/

curl https://rclone.org/install.sh | sudo bash -s beta

5_ installer fuse

Enable fuse in hosting panel

sudo apt-get update
sudo apt-get install fuse

6- monter rclone

touch mountcheck

rclone copy mountcheck gdrive_media_vfs: -vv --no-traverse

mkdir /home//GD

rclone lsd gdrive_media_vfs:
rclone ls gdrive_media_vfs:
rclone mount gdrive_media_vfs: /home/GD --allow-other