Set Up Own Cloud Storage Server on Windows PC

Published: 04 September 2024
on channel: Techy Druid
46,432
980

In this video, I'll show you how to set up your own private cloud storage server right on your Windows 10 or 11 computer. No more paying for cloud services or worrying about privacy. With this setup, you’ll have full control over your data right from your home!

The first step is to choose the software that will power your cloud server. There are several great options available, each with its own strengths. In this video, we'll be using Nextcloud for its user-friendly interface, extensive features, and strong security.

Docker Desktop for Windows: https://docs.docker.com/desktop/insta...

docker run ^
--sig-proxy=false ^
--name nextcloud-aio-mastercontainer ^
--restart always ^
--publish 80:80 ^
--publish 8080:8080 ^
--publish 8443:8443 ^
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config ^
--volume //var/run/docker.sock:/var/run/docker.sock:ro ^
-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/c/ncdata" ^
nextcloud/all-in-one:latest

https://localhost:8080


Watch video Set Up Own Cloud Storage Server on Windows PC online without registration, duration hours minute second in high quality. This video was added by user Techy Druid 04 September 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 46,432 once and liked it 980 people.