25 lines
841 B
ReStructuredText
Raw Normal View History

2022-06-15 15:52:38 -04:00
General
=======
2022-12-28 16:30:32 -05:00
Forgotten Credentials
---------------------
2022-06-15 15:52:38 -04:00
If you forgot your credentials to the web UI, try this.
.. code-block:: bash
2023-08-31 15:49:01 -04:00
sunshine --creds {new-username} {new-password}
2022-06-15 15:52:38 -04:00
2022-12-28 16:30:32 -05:00
Web UI Access
-------------
2022-06-15 15:52:38 -04:00
Can't access the web UI?
2022-10-31 20:35:03 +00:00
#. Check firewall rules.
2022-10-28 12:20:16 -04:00
2022-12-28 16:30:32 -05:00
Nvidia issues
-------------
2022-10-28 12:20:16 -04:00
NvFBC, NvENC, or general issues with Nvidia graphics card.
2022-10-29 22:14:16 -04:00
- Consumer grade Nvidia cards are software limited to a specific number of encodes. See
2023-08-31 15:49:01 -04:00
`Video Encode and Decode GPU Support Matrix <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>`__
2022-10-29 22:14:16 -04:00
for more info.
- You can usually bypass the restriction with a driver patch. See Keylase's
2023-08-31 15:49:01 -04:00
`Linux <https://github.com/keylase/nvidia-patch>`__
or `Windows <https://github.com/keylase/nvidia-patch/blob/master/win>`__ patches for more guidance.