What is the Media server? The media server is a type of server which is used to store the media (VIdeos, audios, Photos) and make it available over the network so that the authorized person can see it. Requirements - Requirements are totally based on your data and number of users. Here I’m going with the minimum requirement. OS Ubuntu 20.04 (Recommended) Ram - 4GB Storage - 1TB CPU - Intel Pentium High-Speed internet connection for WAN access otherwise you can use the local network. A domain name or VPN for over the WAN access. Next step choosing the right media server. Here I’m going to use Emby media server, it’s really easy to use and easy to configure, Configuration - Download emby media server package from the official website - https://emby.media/linux-server.html Create one folder in your system with any name as you want, under that you can create more folders to categorize all files. I.e.- Videos, movies, Series, etc. Store all your movies, videos, etc, and then proceed with
Object storage configuration through MinIO Hi guys, in this blog I'm going to explain to you how to set up an object storage server in your local system through MinIO object storage. What is Object Storage - Object storage is a computer data storage architecture that manages data as objects. It can directly store files, unlike block storage. What is MinIO - Minio is a popular open-source object storage server. The service stores unstructured data such as photos, videos, log files, backups, and container/VM images, and can even provide a single object storage server that pools multiple drives spread across many servers. Prerequisites - Ram - 2GB (testing), 4GB recommended. HDD - As per your requirements. Static IP address. If you want to host it on the web then get a domain name. Configuration - First thing you need to update your server. # sudo apt update -y Now you need to download “minio” package by using the following command - # wget https://dl.min.io