before install (before execute install.sh): Note: the file 'install.sh' will install all you need (nginx, httpd, mysql, permissions, configure the system) 1) Set permision 777 to the file 'installxvs/install.sh'. 2) open terminal and go to the folder 'installxvs' 3) do the command : ./install.sh In case of problem, you are maybe not on CentOS (7/8) or something cause problem with the installation. In this case: Install by referring to the file 'installxvs/install.sh' after install (after execute install.sh): if you know your mysql password: Follow the instructions to the url : (yourwebsite)/cgi-bin/install.cgi otherwise: do the command: mysql_secure_installation and follow the instructions to set your mysql password. after, you do the command : mysql -u root -p create database xvs; exit; and Follow the instructions to the url : (yourwebsite)/cgi-bin/install.cgi Notes : - Timer slider mod Enabling only the "Time Slider mod" doesn't seem to work. But, I noticed that if you enable it and check the box named "Update file servers" and save and after that you go to the "servers" section and click on your server and that you click save, the Time Slimer mod will take effect and will work for the future videos. for the videos uploaded previously, you must go to the section "videos", select the videos and click on "Extra functions..." and "Regen thumbnail" *https://www.zupimages.net/up/22/07/x3wl.png - HLS mod after install the script, nginx needs to be restarted with the command : /usr/local/nginx/sbin/nginx -s reload