Hi, Login to your machine via SSH and use this command: sudo sysctl -p # re-read config That will display a few environmental settings used. We are interested in these two settings.  Default settings I believe are 8196 and 128 which are to low for a media server. fs.inotify.max_user_watches fs.inotify.max_user_instances To reset these values use: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf echo fs.inotify.max_user_instances=1000 | sudo tee -a /et