|
|
@@ -69,23 +69,22 @@ Basic implementation of the PC client's primary interfaces.Supports the Personal
|
|
69
|
69
|
* The frontend and backend are separated to provide a user-friendly management interface, primarily for managing and
|
|
70
|
70
|
displaying data.Frontend code is available at [rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)
|
|
71
|
71
|
|
|
72
|
|
-* Admin panel URL: `http://<your server[:port]>/_admin/`. The default username and password for the initial
|
|
73
|
|
-installation are `admin` `admin`, please change the password immediately.
|
|
|
72
|
+* Admin panel URL: `http://<your server[:port]>/_admin/`
|
|
|
73
|
+* For the initial installation, the admin username is `admin`, and the password will be printed in the console. You can change the password via the [command line](#CLI).
|
|
|
74
|
+
|
|
|
75
|
+ 
|
|
|
76
|
+
|
|
74
|
77
|
|
|
75
|
78
|
1. Admin interface:
|
|
76
|
79
|

|
|
77
|
80
|
2. Regular user interface:
|
|
78
|
81
|

|
|
79
|
|
- In the top right corner, you can change the password, switch languages, and toggle between `day/night` mode.
|
|
80
|
82
|
|
|
81
|
|
- 
|
|
82
|
83
|
3. Each user can have multiple address books, which can also be shared with other users.
|
|
83
|
84
|
4. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
|
|
84
|
85
|
5. You can directly launch the client or open the web client for convenience; you can also share it with guests, who can remotely access the device via the web client.
|
|
85
|
|
- 
|
|
86
|
86
|
6. OAuth support: Currently, `GitHub`, `Google` and `OIDC` are supported. You need to create an `OAuth App` and configure it in
|
|
87
|
87
|
the admin panel.
|
|
88
|
|
- 
|
|
89
|
88
|
- For `Google` and `Github`, you don't need to fill the `Issuer` and `Scpoes`
|
|
90
|
89
|
- For `OIDC`, you must set the `Issuer`. And `Scopes` is optional which default is `openid,email,profile`, please make sure this `Oauth App` can access `sub`, `email` and `preferred_username`
|
|
91
|
90
|
- Create a `GitHub OAuth App`
|
|
|
@@ -97,16 +96,15 @@ installation are `admin` `admin`, please change the password immediately.
|
|
97
|
96
|
8. Connection logs
|
|
98
|
97
|
9. File transfer logs
|
|
99
|
98
|
10. Server control
|
|
|
99
|
+ - `Simple mode`, some simple commands have been GUI-ized and can be executed directly in the backend
|
|
|
100
|
+ 
|
|
100
|
101
|
|
|
101
|
|
-- `Simple mode`, some simple commands have been GUI-ized and can be executed directly in the backend
|
|
102
|
|
- 
|
|
103
|
|
-
|
|
104
|
|
-- `Advanced mode`, commands can be executed directly in the backend
|
|
|
102
|
+ - `Advanced mode`, commands can be executed directly in the backend
|
|
105
|
103
|
* Official commands can be used
|
|
106
|
104
|
* Custom commands can be added
|
|
107
|
105
|
* Custom commands can be executed
|
|
108
|
106
|
|
|
109
|
|
- 
|
|
|
107
|
+ 
|
|
110
|
108
|
|
|
111
|
109
|
|
|
112
|
110
|
|