A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.
View and listen to files directly from your PC without the need to copy or transfer files to other device without filling up the device storage.
Download the latest version of Releases
You need Python 3.10+
git clone https://github.com/MrMRM1/HomeServer.git cd HomeServer Build a venv
python -m venv env Activate venv:
In Windows :
.\env\Scripts\activate In Linux :
source env/bin/activate Install the requirements
pip install -r requirements.txt Run the program
cd app python main.py 