Skip to content

Commit

Permalink
Readme: Add note about default username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Jan 4, 2025
1 parent ba384f9 commit 4494271
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,16 @@ npm run dev

At this point, the website will be active at ``http://<ip of device>:3000``

## Default username and password

Rpanion-server has access control in place to prevent unauthorised users from
making changes to the system via the GUI.

The access control does *not* apply to any MAVLink or video streams

The default username is ``admin`` and password ``admin``. This can be changed
on the "User Management" page.

## Tests

Unit tests are split into separate commands for the frontend (ReactJS) and backend.
Expand Down

0 comments on commit 4494271

Please sign in to comment.