How to make your own free storage server

Advertise with us


Welcome!
Join this incredible group of like-minded people and start discussing everything IPTV.
Register now

andremx20

Member
Jul 5, 2022
256
21
uruguay
Hello, first i wanna tellyou you can do this in any server, but this post will use all free solution for make one.

What you need:

A free account in oracle
One account in google gmail (google drive)
One teamdrive with unlimited space ( you can get one for free here IPTVApps - TeamDrive Generator )
Putty or similar software
Nothing more

First we need to create a arm ampere instance 4 vcpu - 24gb ram - 200gb disk - Ubuntu 20.04

1662580663528.png

after this and select 200GB disk crate the instance - download the ppk and connect via putty

connect with user

ubuntu

sudo su (for make you sudo)


update and install all requeriment for this config
i prefer to install x2go and use all command inside the server like remote desktop for better performance and control

  1. sudo apt-get update
  2. sudo -v ; curl https://rclone.org/install.sh | sudo bash
  3. sudo apt-get install xubuntu-core
  4. sudo apt-get install x2goserver x2goserver-xsession
in package select

1662580884416.png

after finish all the installation

you weel need to allow root login whit password auth

so you need to edit this file whit nano

nano /etc/ssh/sshd_config


PasswordAuthentication yes
PermitRootLogin yes


1662581060674.png

Save the changes.

Now need to set a password for root user

passwd root

and set what you like / remember strong password

in your main machine /windows or wathever/

install x2go and open it


Sesison -> new session

put your instance ip

your user

save and connect

in your terminal (in the remote desktop)

rclone config

search for google drive

and follow all the steps

in the part where ask for teamdrive select it and done

if you need a little more specific steps you can go here IPTVApps - Mount Google Drive Locally Using Rclone In Linux - OSTechNix

after config all you need to run this in screen

screen -S rclone

and mount your new drive

rclone mount yourdrive: yourlocation --allow-other

deatach screen

install apache and you have your own storage server.
 

rbh1505

Well-known member
Nov 1, 2023
39
144
EARTH
This is not a safe solution, and also it's not new, this type of shared unlimited gg drive will expire within a maximum of a month or two, then you will lose all your data and your work (Using Mega Pro is cheaper and safer), Also on Xtream will cash the symlinked files in your disk under /dev/sda3 if you wish to use the gg drive as your VOD storage. Please do not fall for this, thanks.
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock