Skip to content

Commit

Permalink
docs: add sunshine creds
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 1, 2024
1 parent ea94ebe commit f54eca2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/sunshine/creds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Forgotten Credentials

If you forgot your credentials to the web UI, try this.

## General

```bash
sunshine --creds {new-username} {new-password}
```

## AppImage (Linux)

```bash
./sunshine.AppImage --creds {new-username} {new-password}
```

## Flatpak (Linux)

### From github.com/LizardByte releases

```bash
flatpak run --command=sunshine dev.lizardbyte.Sunshine --creds {new-username} {new-password}
```

### From Flathub

```bash
flatpak run --command=sunshine dev.lizardbyte.app.Sunshine --creds {new-username} {new-password}
```

This information is also available in our
[troubleshooting docs](https://docs.lizardbyte.dev/projects/sunshine/en/latest/troubleshooting/general.html#forgotten-credentials)

0 comments on commit f54eca2

Please sign in to comment.