-
-
Notifications
You must be signed in to change notification settings - Fork 0
service
If you installed sunshine through the installer:
Press WIN+R, then type services.msc and hit enter.
Scroll down until you find SunshineService.
If you found it, make sure it is running and set to start automatically.
If you can't find it, go to C:\Program Files\Sunshine\scripts and run install-service.bat as admin (right click).
Check if the service is running:
systemctl status sunshineIf it is not running, start it:
systemctl --user start sunshineIf you want to enable it to start on boot, run:
systemctl --user enable sunshineIf you want to disable the service, run:
systemctl --user disable sunshineIf you installed sunshine through Homebrew, you can check the status of the service with:
brew services listIf you want to enable it to start on boot, run:
brew services start sunshineIf you want to enable it to run on user login, run:
brew services run sunshineIf you want to disable the service, run:
brew services stop sunshineFor more information see our getting started docs