mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-07-19 10:32:35 +00:00
update some missing advanced options
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
1f4d49ce32
commit
065ef5aafe
@ -83,9 +83,21 @@ Aktiviert Kamera für eingehende Verbindungen.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Terminal für eingehende Verbindungen aktivieren.
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
**Desktop** Einstellungen → Sicherheit → Berechtigungen → Terminal aktivieren
|
||||
|
||||
| Installation erforderlich | Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Aktiviert Remote-Drucker für eingehende Verbindungen.
|
||||
Entfernten Drucker für eingehende Verbindungen aktivieren.
|
||||
|
||||
**Ort**:
|
||||
|
||||
@ -275,6 +287,17 @@ Welche Art von Passwort verwendet werden kann, `temporäres Passwort` bezieht si
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Desktop** Einstellungen → Sicherheit → Passwort → Einmalpasswortlänge
|
||||
2. **Mobil** Bildschirm freigeben → Dropdown-Menü oben rechts → Einmalpasswortlänge
|
||||
|
||||
Die Länge des temporären Passworts.
|
||||
|
||||
| Installation erforderlich | Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
Die Proxy-URL.
|
||||
@ -548,6 +571,44 @@ Adressbuch nach Tag-Schnittpunkt filtern.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
**Desktop** Einstellungen → Allgemein → Sonstiges → Textur-Rendering verwenden
|
||||
|
||||
Verwenden Sie Textur-Rendering, um die Bilder flüssiger zu machen. Sie können versuchen, diese Option zu deaktivieren, wenn Sie auf Rendering-Probleme stoßen. Nur auf dem Desktop verfügbar.
|
||||
|
||||
| Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
**Desktop** Einstellungen → Allgemein → Sonstiges → UDP-Hole-Punching aktivieren
|
||||
**Mobil** Einstellungen → UDP-Hole-Punching aktivieren
|
||||
|
||||
Verfügbar seit RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
**Desktop** Einstellungen → Allgemein → Sonstiges → IPv6-P2P-Verbindung aktivieren
|
||||
**Mobil** Einstellungen → Allgemein → Sonstiges → IPv6-P2P-Verbindung aktivieren
|
||||
|
||||
Verfügbar seit RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, sonst:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Anzeigeeinstellungen
|
||||
|
||||
### view-only
|
||||
@ -824,22 +885,20 @@ Die "Displays als einzelne Fenster anzeigen"-Option in den Einstellungen jedes P
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
Diese Option setzt die "Alle meine Displays für die Remote-Sitzung verwenden"-Option für jeden Peer nach der ersten Verbindung.
|
||||
Diese Option setzt die Option „use-all-my-displays-for-the-remote-session“ für jeden Peer nach der ersten Verbindung.
|
||||
|
||||
Die "Alle meine Displays für die Remote-Sitzung verwenden"-Option in den Einstellungen jedes Peers steuert dann, ob alle meine Displays für die Remote-Sitzung verwendet werden.
|
||||
Die Option „use-all-my-displays-for-the-remote-session“ in den Einstellungen jedes Peers steuert dann, ob alle meine Anzeigen für die Remote-Sitzung verwendet werden.
|
||||
|
||||
**Vorschau**: [PR 6064](https://github.com/rustdesk/rustdesk/pull/6064)
|
||||
**Speicherort**:
|
||||
|
||||
**Ort**:
|
||||
|
||||
1. **Desktop** Einstellungen → Anzeige → Andere Standardoptionen → Alle meine Displays für die Remote-Sitzung verwenden
|
||||
2. **Mobil**
|
||||
1. **Desktop** Einstellungen → Anzeige → Andere Standardoptionen → Alle meine Anzeigen für die Remote-Sitzung verwenden
|
||||
2. **Mobil** Einstellungen → Anzeigeeinstellungen → Andere Standardoptionen → Alle meine Anzeigen für die Remote-Sitzung verwenden
|
||||
|
||||
| Installation erforderlich | Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
@ -920,18 +979,39 @@ Die "Benutzerdefinierte FPS"-Option in den Einstellungen jedes Peers steuert dan
|
||||
|
||||
Diese Option setzt die "Codec-Präferenz"-Option für jeden Peer nach der ersten Verbindung.
|
||||
|
||||
Die "Codec-Präferenz"-Option in den Einstellungen jedes Peers steuert dann den Codec für Bilder.
|
||||
Die "Codec-Präferenz"-Option in den Einstellungen jedes Peers steuert dann den Codec für das Bild.
|
||||
|
||||
**Ort**:
|
||||
**Achtung**: Andere Optionen als „vp8“ und „vp9“ funktionieren möglicherweise nicht. Dies hängt davon ab, was Ihr Gerät unterstützt.
|
||||
|
||||
1. **Desktop** Einstellungen → Anzeige → Standard-Codec
|
||||
2. **Mobil** Einstellungen → Anzeigeeinstellungen → Standard-Codec
|
||||
### terminal-persistent
|
||||
|
||||
Diese Option setzt die Option „terminal-persistent“ für jeden Peer nach der ersten Verbindung.
|
||||
|
||||
Die Option „terminal-persistent“ in den Einstellungen jedes Peers steuert dann, ob Terminalsitzungen bei Verbindungsabbruch beibehalten werden.
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
1. **Desktop** Einstellungen → Anzeige → Andere Standardoptionen → Terminalsitzungen bei Verbindungsabbruch beibehalten
|
||||
2. **Mobil** Einstellungen → Anzeigeeinstellungen → Andere Standardoptionen → Terminalsitzungen bei Verbindungsabbruch beibehalten
|
||||
|
||||
| Installation erforderlich | Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**Vorsicht**: Optionen außer "vp8" und "vp9" funktionieren möglicherweise nicht. Dies hängt davon ab, was Ihre Maschine unterstützt.
|
||||
### trackpad-speed
|
||||
|
||||
Diese Option setzt die Option „trackpad-speed“ für jeden Peer nach der ersten Verbindung.
|
||||
|
||||
Die Option „trackpad-speed“ in den Einstellungen jedes Peers steuert dann die FPS, wenn „trackpad-speed“ auf benutzerdefiniert eingestellt ist.
|
||||
|
||||
**Speicherort**:
|
||||
|
||||
1. **Desktop** Einstellungen → Anzeige → Standard-Trackpad-Geschwindigkeit
|
||||
2. **Mobil** Einstellungen → Anzeigeeinstellungen → Standard-Trackpad-Geschwindigkeit
|
||||
|
||||
| Installation erforderlich | Werte | Standard | Beispiel |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Sonstiges
|
||||
|
||||
|
@ -84,6 +84,18 @@ Enable camera for incoming connections.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Enable terminal for incoming connections.
|
||||
|
||||
**Location**:
|
||||
|
||||
**Desktop** Settings → Security → Permissions → Enable terminal
|
||||
|
||||
| Install required | Values | Default | Example |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Enable remote printer for incoming connections.
|
||||
@ -276,6 +288,17 @@ What type of password can be used, `temporary password` refers to the one-time r
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Desktop** Settings → Security → Password → One-time password length
|
||||
2. **Mobile** Share screen → Dropdown menu on right-up corner → One-time password length
|
||||
|
||||
The length of the temporary password.
|
||||
|
||||
| Install required | Values | Default | Example |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
The proxy URL.
|
||||
@ -549,6 +572,44 @@ Filter address book by tag intersection.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**Location**:
|
||||
|
||||
**Desktop** Settings → General → Other → Use texture render
|
||||
|
||||
Use texture rendering to make the pictures smoother. You could try disabling this option if you encounter rendering issues. Only available on desktop.
|
||||
|
||||
| Values | Default | Example |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Location**:
|
||||
|
||||
**Desktop** Settings → General → Other → Enable UDP hole punching
|
||||
**Mobile** Settings → Enable UDP hole punching
|
||||
|
||||
Available since RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Values | Default | Example |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Location**:
|
||||
|
||||
**Desktop** Settings → General → Other → Enable IPv6 P2P connection
|
||||
**Mobile** Settings → General → Other → Enable IPv6 P2P connection
|
||||
|
||||
Available since RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Values | Default | Example |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, otherwise:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Display Settings
|
||||
|
||||
### view-only
|
||||
@ -825,9 +886,9 @@ The "displays-as-individual-windows" option in each peer's settings will then co
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
This option will set the "use-all-my-displays-for-the-remote_session" option for every peer after the first connection.
|
||||
This option will set the "use-all-my-displays-for-the-remote-session" option for every peer after the first connection.
|
||||
|
||||
The "use-all-my-displays-for-the-remote_session" option in each peer's settings will then control whether to use all my displays for the remote session.
|
||||
|
||||
@ -840,7 +901,7 @@ The "use-all-my-displays-for-the-remote_session" option in each peer's settings
|
||||
|
||||
| Install required | Values | Default | Example |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
@ -934,6 +995,36 @@ The "codec-preference" option in each peer's settings will then control codec fo
|
||||
|
||||
**Caution**: Options other than "vp8" and "vp9" may not work. This depends on what your machine supports.
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
This option will set the "terminal-persistent" option for every peer after the first connection.
|
||||
|
||||
The "terminal-persistent" option in each peer's settings will then control whether to keep terminal sessions on disconnect.
|
||||
|
||||
**Location**:
|
||||
|
||||
1. **Desktop** Settings → Display → Other default options → Keep terminal sessions on disconnect
|
||||
2. **Mobile** Settings → Display settings → Other default options → Keep terminal sessions on disconnect
|
||||
|
||||
| Install required | Values | Default | Example |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
### trackpad-speed
|
||||
|
||||
This option will set the "trackpad-speed" option for every peer after the first connection.
|
||||
|
||||
The "trackpad-speed" option in each peer's settings will then control the fps if "trackpad-speed" is set to custom.
|
||||
|
||||
**Location**:
|
||||
|
||||
1. **Desktop** Settings → Display → Default trackpad speed
|
||||
2. **Mobile** Settings → Display settings → Default trackpad speed
|
||||
|
||||
| Install required | Values | Default | Example |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Others
|
||||
|
||||
### preset-address-book-name & preset-address-book-tag
|
||||
@ -1189,7 +1280,6 @@ D3D render can get high FPS and reduce the cpu usage, but the remote control scr
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-d3d-render=Y` |
|
||||
|
||||
|
||||
### allow-hostname-as-id
|
||||
|
||||
[Use hostname as id](https://github.com/rustdesk/rustdesk-server-pro/discussions/483), spaces in the hostname are replaced with '-'. This is not 100% guaranteed and only occurs the first time the RustDesk client is run (i.e., on a newly installed client); if a conflict occurs, a random ID will be assigned.
|
||||
|
@ -83,6 +83,18 @@ Habilita cámara para conexiones entrantes.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Habilitar terminal para conexiones entrantes.
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
**Escritorio** Ajustes → Seguridad → Permisos → Habilitar terminal
|
||||
|
||||
| Instalación requerida | Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Habilita impresora remota para conexiones entrantes.
|
||||
@ -275,6 +287,17 @@ Qué tipo de contraseña se puede usar, `contraseña temporal` se refiere a la c
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Escritorio** Ajustes → Seguridad → Contraseña → Longitud de la contraseña de un solo uso
|
||||
2. **Móvil** Compartir pantalla → Menú desplegable en la esquina superior derecha → Longitud de la contraseña de un solo uso
|
||||
|
||||
La longitud de la contraseña temporal.
|
||||
|
||||
| Instalación requerida | Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
La URL del proxy.
|
||||
@ -548,7 +571,45 @@ Filtrar libreta de direcciones por intersección de etiquetas.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
## Configuración de Pantalla
|
||||
### use-texture-render
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
**Escritorio** Ajustes → General → Otros → Usar renderizado de texturas
|
||||
|
||||
Use el renderizado de texturas para que las imágenes sean más suaves. Puede intentar deshabilitar esta opción si encuentra problemas de renderizado. Solo disponible en escritorio.
|
||||
|
||||
| Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
**Escritorio** Ajustes → General → Otros → Habilitar perforación de UDP
|
||||
**Móvil** Ajustes → Habilitar perforación de UDP
|
||||
|
||||
Disponible desde RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
**Escritorio** Ajustes → General → Otros → Habilitar conexión P2P IPv6
|
||||
**Móvil** Ajustes → General → Otros → Habilitar conexión P2P IPv6
|
||||
|
||||
Disponible desde RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, de lo contrario:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Ajustes de pantalla
|
||||
|
||||
### view-only
|
||||
|
||||
@ -824,28 +885,26 @@ La opción "pantallas como ventanas individuales" en las configuraciones de cada
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
Esta opción establecerá la opción "usar todas mis pantallas para la sesión remota" para cada par después de la primera conexión.
|
||||
Esta opción establecerá la opción "use-all-my-displays-for-the-remote-session" para cada par después de la primera conexión.
|
||||
|
||||
La opción "usar todas mis pantallas para la sesión remota" en las configuraciones de cada par controlará luego si usar todas mis pantallas para la sesión remota.
|
||||
|
||||
**Vista previa**: [PR 6064](https://github.com/rustdesk/rustdesk/pull/6064)
|
||||
La opción "use-all-my-displays-for-the-remote-session" en la configuración de cada par controlará si se usarán todas mis pantallas para la sesión remota.
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
1. **Escritorio** Configuración → Pantalla → Otras opciones predeterminadas → Usar todas mis pantallas para la sesión remota
|
||||
2. **Móvil**
|
||||
1. **Escritorio** Ajustes → Pantalla → Otras opciones predeterminadas → Usar todas mis pantallas para la sesión remota
|
||||
2. **Móvil** Ajustes → Ajustes de pantalla → Otras opciones predeterminadas → Usar todas mis pantallas para la sesión remota
|
||||
|
||||
| Instalación requerida | Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
Esta opción establecerá la opción "estilo de vista" para cada par después de la primera conexión.
|
||||
Esta opción establecerá la opción "view-style" para cada par después de la primera conexión.
|
||||
|
||||
La opción "estilo de vista" en las configuraciones de cada par controlará luego el estilo de vista.
|
||||
La opción "view-style" en las configuraciones de cada par controlará luego el estilo de vista.
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
@ -918,20 +977,41 @@ La opción "fps personalizado" en las configuraciones de cada par controlará lu
|
||||
|
||||
### codec-preference
|
||||
|
||||
Esta opción establecerá la opción "preferencia de codec" para cada par después de la primera conexión.
|
||||
Esta opción establecerá la opción "codec-preference" para cada par después de la primera conexión.
|
||||
|
||||
La opción "preferencia de codec" en las configuraciones de cada par controlará luego el codec para imágenes.
|
||||
La opción "codec-preference" en la configuración de cada par controlará el códec para la imagen.
|
||||
|
||||
**Precaución**: Las opciones que no sean "vp8" y "vp9" pueden no funcionar. Esto depende de lo que admita su máquina.
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
Esta opción establecerá la opción "terminal-persistent" para cada par después de la primera conexión.
|
||||
|
||||
La opción "terminal-persistent" en la configuración de cada par controlará si se mantienen las sesiones de terminal al desconectar.
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
1. **Escritorio** Configuración → Pantalla → Codec predeterminado
|
||||
2. **Móvil** Configuración → Configuración de pantalla → Codec predeterminado
|
||||
1. **Escritorio** Ajustes → Pantalla → Otras opciones predeterminadas → Mantener sesiones de terminal al desconectar
|
||||
2. **Móvil** Ajustes → Ajustes de pantalla → Otras opciones predeterminadas → Mantener sesiones de terminal al desconectar
|
||||
|
||||
| Instalación requerida | Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**Precaución**: Opciones distintas a "vp8" y "vp9" pueden no funcionar. Esto depende de lo que su máquina soporte.
|
||||
### trackpad-speed
|
||||
|
||||
Esta opción establecerá la opción "trackpad-speed" para cada par después de la primera conexión.
|
||||
|
||||
La opción "trackpad-speed" en la configuración de cada par controlará los fps si "trackpad-speed" se establece en personalizado.
|
||||
|
||||
**Ubicación**:
|
||||
|
||||
1. **Escritorio** Ajustes → Pantalla → Velocidad predeterminada del trackpad
|
||||
2. **Móvil** Ajustes → Ajustes de pantalla → Velocidad predeterminada del trackpad
|
||||
|
||||
| Instalación requerida | Valores | Predeterminado | Ejemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Otros
|
||||
|
||||
|
@ -83,6 +83,18 @@ Active la caméra pour les connexions entrantes.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Activer le terminal pour les connexions entrantes.
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
**Poste de travail** Paramètres → Sécurité → Autorisations → Activer le terminal
|
||||
|
||||
| Installation requise | Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Active l'imprimante distante pour les connexions entrantes.
|
||||
@ -275,6 +287,17 @@ Quel type de mot de passe peut être utilisé, `mot de passe temporaire` fait r
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Poste de travail** Paramètres → Sécurité → Mot de passe → Longueur du mot de passe à usage unique
|
||||
2. **Mobile** Partager l'écran → Menu déroulant dans le coin supérieur droit → Longueur du mot de passe à usage unique
|
||||
|
||||
La longueur du mot de passe temporaire.
|
||||
|
||||
| Installation requise | Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
L'URL du proxy.
|
||||
@ -548,6 +571,44 @@ Filtre le carnet d'adresses par intersection de tags.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
**Poste de travail** Paramètres → Général → Autre → Utiliser le rendu de texture
|
||||
|
||||
Utilisez le rendu de texture pour rendre les images plus fluides. Vous pouvez essayer de désactiver cette option si vous rencontrez des problèmes de rendu. Uniquement disponible sur le poste de travail.
|
||||
|
||||
| Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
**Poste de travail** Paramètres → Général → Autre → Activer la perforation UDP
|
||||
**Mobile** Paramètres → Activer la perforation UDP
|
||||
|
||||
Disponible depuis RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
**Poste de travail** Paramètres → Général → Autre → Activer la connexion P2P IPv6
|
||||
**Mobile** Paramètres → Général → Autre → Activer la connexion P2P IPv6
|
||||
|
||||
Disponible depuis RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | auto-hébergement:N, sinon:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Paramètres d'Affichage
|
||||
|
||||
### view-only
|
||||
@ -824,28 +885,26 @@ L'option "affichages comme fenêtres individuelles" dans les paramètres de chaq
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
Cette option définira l'option "utiliser tous mes écrans pour la session distante" pour chaque pair après la première connexion.
|
||||
Cette option définira l'option "use-all-my-displays-for-the-remote-session" pour chaque pair après la première connexion.
|
||||
|
||||
L'option "utiliser tous mes écrans pour la session distante" dans les paramètres de chaque pair contrôlera ensuite s'il faut utiliser tous mes écrans pour la session distante.
|
||||
L'option "use-all-my-displays-for-the-remote-session" dans les paramètres de chaque pair contrôlera alors s'il faut utiliser tous mes affichages pour la session à distance.
|
||||
|
||||
**Aperçu** : [PR 6064](https://github.com/rustdesk/rustdesk/pull/6064)
|
||||
**Emplacement**:
|
||||
|
||||
**Emplacement** :
|
||||
1. **Bureau** Paramètres → Affichage → Autres options par défaut → Utiliser tous mes affichages pour la session à distance
|
||||
2. **Mobile** Paramètres → Paramètres d'affichage → Autres options par défaut → Utiliser tous mes affichages pour la session à distance
|
||||
|
||||
1. **Bureau** Paramètres → Affichage → Autres options par défaut → Utiliser tous mes écrans pour la session distante
|
||||
2. **Mobile**
|
||||
|
||||
| Installation requise | Valeurs | Défaut | Exemple |
|
||||
| Installation requise | Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
Cette option définira l'option "style de vue" pour chaque pair après la première connexion.
|
||||
Cette option définira l'option "view-style" pour chaque pair après la première connexion.
|
||||
|
||||
L'option "style de vue" dans les paramètres de chaque pair contrôlera ensuite le style de vue.
|
||||
L'option "view-style" dans les paramètres de chaque pair contrôlera ensuite le style de vue.
|
||||
|
||||
**Emplacement** :
|
||||
|
||||
@ -918,20 +977,41 @@ L'option "fps personnalisé" dans les paramètres de chaque pair contrôlera ens
|
||||
|
||||
### codec-preference
|
||||
|
||||
Cette option définira l'option "préférence de codec" pour chaque pair après la première connexion.
|
||||
Cette option définira l'option "codec-preference" pour chaque pair après la première connexion.
|
||||
|
||||
L'option "préférence de codec" dans les paramètres de chaque pair contrôlera ensuite le codec pour les images.
|
||||
L'option "codec-preference" dans les paramètres de chaque pair contrôlera alors le codec pour les images.
|
||||
|
||||
**Emplacement** :
|
||||
**Attention**: Les options autres que "vp8" et "vp9" peuvent ne pas fonctionner. Cela dépend de ce que votre machine prend en charge.
|
||||
|
||||
1. **Bureau** Paramètres → Affichage → Codec par défaut
|
||||
2. **Mobile** Paramètres → Paramètres d'affichage → Codec par défaut
|
||||
### terminal-persistent
|
||||
|
||||
| Installation requise | Valeurs | Défaut | Exemple |
|
||||
Cette option définira l'option "terminal-persistent" pour chaque pair après la première connexion.
|
||||
|
||||
L'option "terminal-persistent" dans les paramètres de chaque pair contrôlera alors si les sessions de terminal sont conservées lors de la déconnexion.
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
1. **Poste de travail** Paramètres → Affichage → Autres options par défaut → Conserver les sessions de terminal lors de la déconnexion
|
||||
2. **Mobile** Paramètres → Paramètres d'affichage → Autres options par défaut → Conserver les sessions de terminal lors de la déconnexion
|
||||
|
||||
| Installation requise | Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**Attention** : Les options autres que "vp8" et "vp9" peuvent ne pas fonctionner. Cela dépend de ce que votre machine prend en charge.
|
||||
### trackpad-speed
|
||||
|
||||
Cette option définira l'option "trackpad-speed" pour chaque pair après la première connexion.
|
||||
|
||||
L'option "trackpad-speed" dans les paramètres de chaque pair contrôlera alors les fps si "trackpad-speed" est défini sur personnalisé.
|
||||
|
||||
**Emplacement**:
|
||||
|
||||
1. **Poste de travail** Paramètres → Affichage → Vitesse du trackpad par défaut
|
||||
2. **Mobile** Paramètres → Paramètres d'affichage → Vitesse du trackpad par défaut
|
||||
|
||||
| Installation requise | Valeurs | Par défaut | Exemple |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Autres
|
||||
|
||||
|
@ -83,6 +83,18 @@ Abilita la fotocamera per le connessioni in ingresso.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Abilita il terminale per le connessioni in entrata.
|
||||
|
||||
**Posizione**:
|
||||
|
||||
**Desktop** Impostazioni → Sicurezza → Autorizzazioni → Abilita terminale
|
||||
|
||||
| Installazione richiesta | Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Abilita la stampante remota per le connessioni in ingresso.
|
||||
@ -275,6 +287,17 @@ Che tipo di password può essere utilizzata, `password temporanea` si riferisce
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Desktop** Impostazioni → Sicurezza → Password → Lunghezza password monouso
|
||||
2. **Mobile** Condividi schermo → Menu a discesa in alto a destra → Lunghezza password monouso
|
||||
|
||||
La lunghezza della password temporanea.
|
||||
|
||||
| Installazione richiesta | Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
L'URL del proxy.
|
||||
@ -548,6 +571,44 @@ Filtra rubrica per intersezione di tag.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**Posizione**:
|
||||
|
||||
**Desktop** Impostazioni → Generale → Altro → Usa rendering texture
|
||||
|
||||
Usa il rendering delle texture per rendere le immagini più fluide. Puoi provare a disabilitare questa opzione se riscontri problemi di rendering. Disponibile solo su desktop.
|
||||
|
||||
| Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Posizione**:
|
||||
|
||||
**Desktop** Impostazioni → Generale → Altro → Abilita UDP hole punching
|
||||
**Mobile** Impostazioni → Abilita UDP hole punching
|
||||
|
||||
Disponibile da RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Posizione**:
|
||||
|
||||
**Desktop** Impostazioni → Generale → Altro → Abilita connessione P2P IPv6
|
||||
**Mobile** Impostazioni → Generale → Altro → Abilita connessione P2P IPv6
|
||||
|
||||
Disponibile da RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, altrimenti:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Impostazioni Display
|
||||
|
||||
### view-only
|
||||
@ -824,28 +885,26 @@ L'opzione "display come finestre individuali" nelle impostazioni di ogni peer co
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
Questa opzione imposterà l'opzione "usa tutti i miei display per la sessione remota" per ogni peer dopo la prima connessione.
|
||||
Questa opzione imposterà l'opzione "use-all-my-displays-for-the-remote-session" per ogni peer dopo la prima connessione.
|
||||
|
||||
L'opzione "usa tutti i miei display per la sessione remota" nelle impostazioni di ogni peer controllerà quindi se usare tutti i miei display per la sessione remota.
|
||||
|
||||
**Anteprima**: [PR 6064](https://github.com/rustdesk/rustdesk/pull/6064)
|
||||
L'opzione "use-all-my-displays-for-the-remote-session" nelle impostazioni di ogni peer controllerà quindi se utilizzare tutti i miei display per la sessione remota.
|
||||
|
||||
**Posizione**:
|
||||
|
||||
1. **Desktop** Impostazioni → Display → Altre opzioni predefinite → Usa tutti i miei display per la sessione remota
|
||||
2. **Mobile**
|
||||
2. **Mobile** Impostazioni → Impostazioni display → Altre opzioni predefinite → Usa tutti i miei display per la sessione remota
|
||||
|
||||
| Installazione richiesta | Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| N | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
Questa opzione imposterà l'opzione "stile visualizzazione" per ogni peer dopo la prima connessione.
|
||||
Questa opzione imposterà l'opzione "view-style" per ogni peer dopo la prima connessione.
|
||||
|
||||
L'opzione "stile visualizzazione" nelle impostazioni di ogni peer controllerà quindi lo stile di visualizzazione.
|
||||
L'opzione "view-style" nelle impostazioni di ogni peer controllerà quindi lo stile di visualizzazione.
|
||||
|
||||
**Posizione**:
|
||||
|
||||
@ -922,16 +981,37 @@ Questa opzione imposterà l'opzione "preferenza codec" per ogni peer dopo la pri
|
||||
|
||||
L'opzione "preferenza codec" nelle impostazioni di ogni peer controllerà quindi il codec per le immagini.
|
||||
|
||||
**Attenzione**: le opzioni diverse da "vp8" e "vp9" potrebbero non funzionare. Questo dipende da ciò che la tua macchina supporta.
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
Questa opzione imposterà l'opzione "terminal-persistent" per ogni peer dopo la prima connessione.
|
||||
|
||||
L'opzione "terminal-persistent" nelle impostazioni di ogni peer controllerà quindi se mantenere le sessioni del terminale alla disconnessione.
|
||||
|
||||
**Posizione**:
|
||||
|
||||
1. **Desktop** Impostazioni → Display → Codec predefinito
|
||||
2. **Mobile** Impostazioni → Impostazioni display → Codec predefinito
|
||||
1. **Desktop** Impostazioni → Visualizzazione → Altre opzioni predefinite → Mantieni le sessioni del terminale alla disconnessione
|
||||
2. **Mobile** Impostazioni → Impostazioni di visualizzazione → Altre opzioni predefinite → Mantieni le sessioni del terminale alla disconnessione
|
||||
|
||||
| Installazione richiesta | Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**Attenzione**: Opzioni diverse da "vp8" e "vp9" potrebbero non funzionare. Questo dipende da cosa supporta la tua macchina.
|
||||
### trackpad-speed
|
||||
|
||||
Questa opzione imposterà l'opzione "trackpad-speed" per ogni peer dopo la prima connessione.
|
||||
|
||||
L'opzione "trackpad-speed" nelle impostazioni di ogni peer controllerà quindi gli fps se "trackpad-speed" è impostato su personalizzato.
|
||||
|
||||
**Posizione**:
|
||||
|
||||
1. **Desktop** Impostazioni → Visualizzazione → Velocità predefinita del trackpad
|
||||
2. **Mobile** Impostazioni → Impostazioni di visualizzazione → Velocità predefinita del trackpad
|
||||
|
||||
| Installazione richiesta | Valori | Predefinito | Esempio |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Altri
|
||||
|
||||
|
@ -83,6 +83,18 @@ weight: 49
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
着信接続のターミナルを有効にします。
|
||||
|
||||
**場所**:
|
||||
|
||||
**デスクトップ** 設定 → セキュリティ → 権限 → ターミナルを有効にする
|
||||
|
||||
| インストール必要 | 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
着信接続のリモートプリンターを有効にします。
|
||||
@ -275,6 +287,17 @@ RustDeskウィンドウが開いている場合のみ接続を許可します。
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **デスクトップ** 設定 → セキュリティ → パスワード → ワンタイムパスワードの長さ
|
||||
2. **モバイル** 画面共有 → 右上のドロップダウンメニュー → ワンタイムパスワードの長さ
|
||||
|
||||
一時パスワードの長さ。
|
||||
|
||||
| インストール必要 | 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
プロキシURL。
|
||||
@ -933,6 +956,74 @@ ar, bg, ca, cs, da, de, el, en, eo, es, et, fa, fr, he, hr, hu, id, it, ja, ko,
|
||||
|
||||
**注意**:"vp8"と"vp9"以外のオプションは動作しない場合があります。これはマシンがサポートするものに依存します。
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
このオプションは、最初の接続後に各ピアの「terminal-persistent」オプションを設定します。
|
||||
|
||||
各ピアの設定にある「terminal-persistent」オプションは、切断時にターミナルセッションを保持するかどうかを制御します。
|
||||
|
||||
**場所**:
|
||||
|
||||
1. **デスクトップ** 設定 → ディスプレイ → その他のデフォルトオプション → 切断時にターミナルセッションを保持する
|
||||
2. **モバイル** 設定 → ディスプレイ設定 → その他のデフォルトオプション → 切断時にターミナルセッションを保持する
|
||||
|
||||
| インストール必要 | 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
### trackpad-speed
|
||||
|
||||
このオプションは、最初の接続後に各ピアの「trackpad-speed」オプションを設定します。
|
||||
|
||||
各ピアの設定にある「trackpad-speed」オプションは、「trackpad-speed」がカスタムに設定されている場合のfpsを制御します。
|
||||
|
||||
**場所**:
|
||||
|
||||
1. **デスクトップ** 設定 → ディスプレイ → デフォルトのトラックパッド速度
|
||||
2. **モバイル** 設定 → ディスプレイ設定 → デフォルトのトラックパッド速度
|
||||
|
||||
| インストール必要 | 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**場所**:
|
||||
|
||||
**デスクトップ** 設定 → 一般 → その他 → テクスチャレンダリングを使用する
|
||||
|
||||
テクスチャレンダリングを使用して、画像をより滑らかにします。レンダリングの問題が発生した場合は、このオプションを無効にしてみてください。デスクトップでのみ利用可能です。
|
||||
|
||||
| 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**場所**:
|
||||
|
||||
**デスクトップ** 設定 → 一般 → その他 → UDPホールパンチングを有効にする
|
||||
**モバイル** 設定 → UDPホールパンチングを有効にする
|
||||
|
||||
RustDesk 1.4.1, RustDesk Server Pro 1.6.2から利用可能
|
||||
|
||||
| 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**場所**:
|
||||
|
||||
**デスクトップ** 設定 → 一般 → その他 → IPv6 P2P接続を有効にする
|
||||
**モバイル** 設定 → 一般 → その他 → IPv6 P2P接続を有効にする
|
||||
|
||||
RustDesk 1.4.1, RustDesk Server Pro 1.6.2から利用可能
|
||||
|
||||
| 値 | デフォルト | 例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | セルフホスト:N, その他:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## その他
|
||||
|
||||
### preset-address-book-name & preset-address-book-tag
|
||||
|
@ -83,9 +83,21 @@ Habilita câmera para conexões de entrada.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
Ativar o terminal para ligações de entrada.
|
||||
|
||||
**Localização**:
|
||||
|
||||
**Desktop** Definições → Segurança → Permissões → Ativar terminal
|
||||
|
||||
| Requer instalação | Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
Habilita impressora remota para conexões de entrada.
|
||||
Ativar a impressora remota para ligações de entrada.
|
||||
|
||||
**Localização**:
|
||||
|
||||
@ -275,6 +287,17 @@ Que tipo de senha pode ser usada, `senha temporária` refere-se à senha aleató
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **Desktop** Definições → Segurança → Palavra-passe → Comprimento da palavra-passe de utilização única
|
||||
2. **Mobile** Partilhar ecrã → Menu suspenso no canto superior direito → Comprimento da palavra-passe de utilização única
|
||||
|
||||
O comprimento da palavra-passe temporária.
|
||||
|
||||
| Requer instalação | Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
A URL do proxy.
|
||||
@ -548,7 +571,45 @@ Filtrar catálogo de endereços por interseção de tags.
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
## Configurações de Display
|
||||
### use-texture-render
|
||||
|
||||
**Localização**:
|
||||
|
||||
**Desktop** Definições → Geral → Outro → Usar renderização de textura
|
||||
|
||||
Use a renderização de textura para tornar as imagens mais suaves. Pode tentar desativar esta opção se encontrar problemas de renderização. Apenas disponível no desktop.
|
||||
|
||||
| Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**Localização**:
|
||||
|
||||
**Desktop** Definições → Geral → Outro → Ativar perfuração UDP
|
||||
**Mobile** Definições → Ativar perfuração UDP
|
||||
|
||||
Disponível desde RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**Localização**:
|
||||
|
||||
**Desktop** Definições → Geral → Outro → Ativar ligação P2P IPv6
|
||||
**Mobile** Definições → Geral → Outro → Ativar ligação P2P IPv6
|
||||
|
||||
Disponível desde RustDesk 1.4.1, RustDesk Server Pro 1.6.2
|
||||
|
||||
| Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, caso contrário:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## Definições de visualização
|
||||
|
||||
### view-only
|
||||
|
||||
@ -918,20 +979,41 @@ A opção "fps personalizado" nas configurações de cada par controlará então
|
||||
|
||||
### codec-preference
|
||||
|
||||
Esta opção definirá a opção "preferência de codec" para cada par após a primeira conexão.
|
||||
Esta opção irá definir a opção "codec-preference" para cada par após a primeira ligação.
|
||||
|
||||
A opção "preferência de codec" nas configurações de cada par controlará então o codec para imagens.
|
||||
A opção "codec-preference" nas definições de cada par irá então controlar o codec para as imagens.
|
||||
|
||||
**Atenção**: opções diferentes de "vp8" e "vp9" podem não funcionar. Isto depende do que a sua máquina suporta.
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
Esta opção irá definir a opção "terminal-persistent" para cada par após a primeira ligação.
|
||||
|
||||
A opção "terminal-persistent" nas definições de cada par irá então controlar se as sessões de terminal são mantidas na desconexão.
|
||||
|
||||
**Localização**:
|
||||
|
||||
1. **Desktop** Configurações → Display → Codec padrão
|
||||
2. **Móvel** Configurações → Configurações de display → Codec padrão
|
||||
1. **Desktop** Definições → Visualização → Outras opções predefinidas → Manter sessões de terminal na desconexão
|
||||
2. **Mobile** Definições → Definições de visualização → Outras opções predefinidas → Manter sessões de terminal na desconexão
|
||||
|
||||
| Instalação necessária | Valores | Padrão | Exemplo |
|
||||
| Requer instalação | Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| N | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**Cuidado**: Opções diferentes de "vp8" e "vp9" podem não funcionar. Isso depende do que sua máquina suporta.
|
||||
### trackpad-speed
|
||||
|
||||
Esta opção irá definir a opção "trackpad-speed" para cada par após a primeira ligação.
|
||||
|
||||
A opção "trackpad-speed" nas definições de cada par irá então controlar os fps se "trackpad-speed" estiver definido como personalizado.
|
||||
|
||||
**Localização**:
|
||||
|
||||
1. **Desktop** Definições → Visualização → Velocidade predefinida do trackpad
|
||||
2. **Mobile** Definições → Definições de visualização → Velocidade predefinida do trackpad
|
||||
|
||||
| Requer instalação | Valores | Predefinição | Exemplo |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| N | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## Outros
|
||||
|
||||
|
@ -84,6 +84,18 @@ weight: 49
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
为传入连接启用终端。
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 设置 → 安全 → 权限 → 启用终端
|
||||
|
||||
| 是否需要安装 | 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
启用传入连接的远程打印机。
|
||||
@ -276,9 +288,20 @@ weight: 49
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **桌面端** 设置 → 安全 → 密码 → 一次性密码长度
|
||||
2. **移动端** 分享屏幕 → 右上角下拉菜单 → 一次性密码长度
|
||||
|
||||
临时密码的长度。
|
||||
|
||||
| 是否需要安装 | 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
代理URL。
|
||||
代理 URL。
|
||||
|
||||
目前支持`http`和`socks5`。
|
||||
|
||||
@ -549,6 +572,44 @@ ar, bg, ca, cs, da, de, el, en, eo, es, et, fa, fr, he, hr, hu, id, it, ja, ko,
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `filter-ab-by-intersection=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 设置 → 通用 → 其他 → 使用纹理渲染
|
||||
|
||||
使用纹理渲染可以使画面更流畅。如果遇到渲染问题,可以尝试禁用此选项。仅在桌面端可用。
|
||||
|
||||
| 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 设置 → 通用 → 其他 → 启用 UDP 打洞
|
||||
**移动端** 设置 → 启用 UDP 打洞
|
||||
|
||||
自 RustDesk 1.4.1, RustDesk Server Pro 1.6.2 起可用
|
||||
|
||||
| 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 设置 → 通用 → 其他 → 启用 IPv6 P2P 连接
|
||||
**移动端** 设置 → 通用 → 其他 → 启用 IPv6 P2P 连接
|
||||
|
||||
自 RustDesk 1.4.1, RustDesk Server Pro 1.6.2 起可用
|
||||
|
||||
| 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, 其它:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## 显示设置
|
||||
|
||||
### view-only
|
||||
@ -825,26 +886,24 @@ ar, bg, ca, cs, da, de, el, en, eo, es, et, fa, fr, he, hr, hu, id, it, ja, ko,
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `displays-as-individual-windows=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote_session
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
此选项将为每个对等端在首次连接后设置"为远程会话使用我的所有显示器"选项。
|
||||
此选项将在首次连接后为每个设备设置“use-all-my-displays-for-the-remote-session”选项。
|
||||
|
||||
每个对等端设置中的"为远程会话使用我的所有显示器"选项将控制是否为远程会话使用我的所有显示器。
|
||||
然后,每个设备设置中的“use-all-my-displays-for-the-remote-session”选项将控制是否为远程会话使用我的所有显示器。
|
||||
|
||||
**预览**:[PR 6064](https://github.com/rustdesk/rustdesk/pull/6064)
|
||||
**位置**:
|
||||
|
||||
**位置**:
|
||||
1. **桌面端** 设置 → 显示 → 其他默认选项 → 为远程会话使用我的所有显示器
|
||||
2. **移动端** 设置 → 显示设置 → 其他默认选项 → 为远程会话使用我的所有显示器
|
||||
|
||||
1. **桌面** 设置 → 显示 → 其他默认选项 → 为远程会话使用我的所有显示器
|
||||
2. **移动端**
|
||||
|
||||
| 安装需要 | 值 | 默认值 | 示例 |
|
||||
| 是否需要安装 | 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
| 否 | Y, N | N | `use-all-my-displays-for-the-remote-session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
此选项将为每个对等端在首次连接后设置"查看样式"选项。
|
||||
此选项将在首次连接后为每个设备设置“view-style”选项。
|
||||
|
||||
每个对等端设置中的"查看样式"选项将控制查看样式。
|
||||
|
||||
@ -919,20 +978,41 @@ ar, bg, ca, cs, da, de, el, en, eo, es, et, fa, fr, he, hr, hu, id, it, ja, ko,
|
||||
|
||||
### codec-preference
|
||||
|
||||
此选项将为每个对等端在首次连接后设置"编解码器偏好"选项。
|
||||
此选项将在首次连接后为每个设备设置“codec-preference”选项。
|
||||
|
||||
每个对等端设置中的"编解码器偏好"选项将控制图像的编解码器。
|
||||
然后,每个设备设置中的“codec-preference”选项将控制设备的首选编解码器。
|
||||
|
||||
**位置**:
|
||||
**警告**: 除“vp8”和“vp9”以外的选项可能无法工作。这取决于您的设备支持。
|
||||
|
||||
1. **桌面** 设置 → 显示 → 默认编解码器
|
||||
2. **移动端** 设置 → 显示设置 → 默认编解码器
|
||||
### terminal-persistent
|
||||
|
||||
| 安装需要 | 值 | 默认值 | 示例 |
|
||||
此选项将在首次连接后为每个设备设置“terminal-persistent”选项。
|
||||
|
||||
然后,每个设备设置中的“terminal-persistent”选项将控制断开连接时是否保留终端会话。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面端** 设置 → 显示 → 其他默认选项 → 断开连接时保留终端会话
|
||||
2. **移动端** 设置 → 显示设置 → 其他默认选项 → 断开连接时保留终端会话
|
||||
|
||||
| 是否需要安装 | 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
| 否 | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
**注意**:除了"vp8"和"vp9"之外的选项可能无法工作。这取决于你的机器支持什么。
|
||||
### trackpad-speed
|
||||
|
||||
此选项将在首次连接后为每个设备设置“trackpad-speed”选项。
|
||||
|
||||
然后,每个设备设置中的“trackpad-speed”选项将控制“trackpad-speed”设置为自定义时的 fps。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面端** 设置 → 显示 → 默认触控板速度
|
||||
2. **移动端** 设置 → 显示设置 → 默认触控板速度
|
||||
|
||||
| 是否需要安装 | 可选值 | 默认值 | 示例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## 其他
|
||||
|
||||
|
@ -84,9 +84,21 @@ weight: 49
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | Y | `enable-camera=Y` |
|
||||
|
||||
### enable-terminal
|
||||
|
||||
為傳入連線啟用終端。
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 設定 → 安全 → 權限 → 啟用終端
|
||||
|
||||
| 是否需要安裝 | 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | Y | `enable-terminal=Y` |
|
||||
|
||||
### enable-remote-printer
|
||||
|
||||
啟用傳入連接的遠端印表機。
|
||||
為傳入連線啟用遠端印表機。
|
||||
|
||||
**位置**:
|
||||
|
||||
@ -276,9 +288,20 @@ weight: 49
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
|
||||
|
||||
### temporary-password-length
|
||||
|
||||
1. **桌面端** 設定 → 安全 → 密碼 → 一次性密碼長度
|
||||
2. **行動端** 分享畫面 → 右上角下拉選單 → 一次性密碼長度
|
||||
|
||||
臨時密碼的長度。
|
||||
|
||||
| 是否需要安裝 | 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | 6, 8, 10 | 6 | `temporary-password-length=6` |
|
||||
|
||||
### proxy-url
|
||||
|
||||
代理URL。
|
||||
代理 URL。
|
||||
|
||||
目前支援`http`和`socks5`。
|
||||
|
||||
@ -1190,6 +1213,506 @@ D3D渲染可以獲得高幀率並減少CPU使用率,但在某些設備上遠
|
||||
| Y, N | N | `allow-d3d-render=Y` |
|
||||
|
||||
|
||||
### allow-hostname-as-id
|
||||
|
||||
[使用主機名作為ID](https://github.com/rustdesk/rustdesk-server-pro/discussions/483),主機名中的空格會被替換為'-'。這不是100%保證的,只在第一次執行RustDesk用戶端時發生(即在新安裝的用戶端上);如果發生衝突,將分配一個隨機ID。
|
||||
|
||||
在RustDesk用戶端版本1.4.0及更高版本中可用。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-hostname-as-id=Y` |
|
||||
|
||||
### allow-websocket
|
||||
|
||||
使用WebSocket協定連接伺服器和用戶端。僅在RustDesk用戶端>=1.4.0和Pro伺服器>= 1.5.7中可用。請注意,WebSocket僅支援中繼連接。
|
||||
|
||||
要使WebSocket工作,您需要正確設定反向代理, https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#8-add-websocket-secure-wss-support-for-the-id-server-and-relay-server-to-enable-secure-communication-for-all-platforms
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-websocket=Y` |
|
||||
|
||||
### allow-numeric-one-time-password
|
||||
|
||||
此選項啟用或禁用僅數字一次性密碼的使用。
|
||||
僅在RustDesk用戶端>=1.4.1和Pro伺服器>= 1.5.9中可用。
|
||||
|
||||
**討論**: https://github.com/rustdesk/rustdesk-server-pro/discussions/685
|
||||
|
||||
**預覽**: https://github.com/rustdesk/rustdesk/pull/11846
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-numeric-one-time-password=Y` |
|
||||
|
||||
### register-device
|
||||
|
||||
不註冊設備,您不會在Web控制台的設備頁面中看到它。
|
||||
|
||||
**僅在Pro伺服器>= 1.6.0中可用,需要[custom2許可證](https://rustdesk.com/pricing#custom2)且並行連接數>= 2。**
|
||||
|
||||
如果`register-device=N`,以下功能對此設備不起作用。
|
||||
- 登入
|
||||
- `--assign`命令
|
||||
- `preset-address-book-name`, `--preset-address-book-tag`, `preset-user-name`, `preset-strategy-name`, `preset-device-group-name`
|
||||
- 稽核日誌
|
||||
- 策略
|
||||
|
||||
**討論**: https://github.com/rustdesk/rustdesk-server-pro/discussions/672 和 https://github.com/rustdesk/rustdesk-server-pro/discussions/182
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `register-device=N` |
|
||||
|
||||
### use-texture-render
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 設定 → 通用 → 其他 → 使用紋理渲染
|
||||
|
||||
使用紋理渲染可以使畫面更流暢。如果遇到渲染問題,可以嘗試禁用此選項。僅在桌面端可用。
|
||||
|
||||
| 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | linux:Y, macOS:N, win7:N, win10+:Y | `use-texture-render=Y` |
|
||||
|
||||
### enable-udp-punch
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 設定 → 通用 → 其他 → 啟用 UDP 打洞
|
||||
**行動端** 設定 → 啟用 UDP 打洞
|
||||
|
||||
自 RustDesk 1.4.1, RustDesk Server Pro 1.6.2 起可用
|
||||
|
||||
| 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-udp-punch=N` |
|
||||
|
||||
### enable-ipv6-punch
|
||||
|
||||
**位置**:
|
||||
|
||||
**桌面端** 設定 → 通用 → 其他 → 啟用 IPv6 P2P 連線
|
||||
**行動端** 設定 → 通用 → 其他 → 啟用 IPv6 P2P 連線
|
||||
|
||||
自 RustDesk 1.4.1, RustDesk Server Pro 1.6.2 起可用
|
||||
|
||||
| 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | selfhost:N, 其他:Y | `enable-ipv6-punch=N` |
|
||||
|
||||
## 顯示設定
|
||||
|
||||
### view-only
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「僅檢視」選項。
|
||||
|
||||
然後每個對等端設定中的「僅檢視」選項將控制連接是否為僅檢視模式。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 其他預設選項 → 檢視模式
|
||||
2. **行動裝置** 設定 → 顯示設定 → 其他預設選項 → 檢視模式
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `view-only=Y` |
|
||||
|
||||
### use-all-my-displays-for-the-remote-session
|
||||
|
||||
此選項將在首次連線後為每個裝置設定「use-all-my-displays-for-the-remote-session」選項。
|
||||
|
||||
然後,每個裝置設定中的「use-all-my-displays-for-the-remote-session」選項將控制是否為遠端工作階段使用我的所有顯示器。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面端** 設定 → 顯示 → 其他預設選項 → 為遠端工作階段使用我的所有顯示器
|
||||
2. **行動端** 設定 → 顯示設定 → 其他預設選項 → 為遠端工作階段使用我的所有顯示器
|
||||
|
||||
| 是否需要安裝 | 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `use-all-my-displays-for-the-remote_session=Y` |
|
||||
|
||||
### view-style
|
||||
|
||||
此選項將在首次連線後為每個裝置設定「view-style」選項。
|
||||
|
||||
每個對等端設定中的「檢視樣式」選項將控制檢視樣式。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設檢視樣式
|
||||
2. **行動裝置** 設定 → 顯示設定 → 預設檢視樣式
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | original, adaptive | original | `view-style=original` |
|
||||
|
||||
### scroll-style
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「滾動樣式」選項。
|
||||
|
||||
每個對等端設定中的「滾動樣式」選項將控制滾動樣式。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設滾動樣式
|
||||
2. **行動裝置**
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | scrollauto, scrollbar | scrollauto | `scroll-style=scrollauto` |
|
||||
|
||||
### image-quality
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「影像品質」選項。
|
||||
|
||||
每個對等端設定中的「影像品質」選項將控制影像品質。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設影像品質
|
||||
2. **行動裝置** 設定 → 顯示設定 → 預設影像品質
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | best, balanced, low, custom | balanced | `image-quality=balanced` |
|
||||
|
||||
### custom-image-quality
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「自訂影像品質」選項。
|
||||
|
||||
如果「影像品質」設定為自訂,每個對等端設定中的「自訂影像品質」選項將控制影像品質。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設影像品質 → 自訂
|
||||
2. **行動裝置** 設定 → 顯示設定 → 預設影像品質 → 自訂
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | [10.0, 2000.0] | 50.0 | `custom-image-quality=50` |
|
||||
|
||||
### custom-fps
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「自訂幀率」選項。
|
||||
|
||||
如果「影像品質」設定為自訂,每個對等端設定中的「自訂幀率」選項將控制幀率。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設影像品質 → 自訂
|
||||
2. **行動裝置** 設定 → 顯示設定 → 預設影像品質 → 自訂
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | [5, 120] | 30 | `custom-fps=30` |
|
||||
|
||||
### codec-preference
|
||||
|
||||
此選項將為每個對等端在首次連接後設定「編解碼器偏好」選項。
|
||||
|
||||
每個對等端設定中的「編解碼器偏好」選項將控制影像的編解碼器。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面** 設定 → 顯示 → 預設編解碼器
|
||||
2. **行動裝置** 設定 → 顯示設定 → 預設編解碼器
|
||||
|
||||
| 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | auto, vp8, vp9, av1, h264, h265 | auto | `codec-preference=auto` |
|
||||
|
||||
**注意**:除了「vp8」和「vp9」之外的選項可能無法工作。這取決於您的機器支援什麼。
|
||||
|
||||
### terminal-persistent
|
||||
|
||||
此選項將在首次連線後為每个裝置設定「terminal-persistent」選項。
|
||||
|
||||
然後,每个裝置設定中的「terminal-persistent」選項將控制斷線時是否保留終端工作階段。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面端** 設定 → 顯示 → 其他預設選項 → 斷線時保留終端工作階段
|
||||
2. **行動端** 設定 → 顯示設定 → 其他預設選項 → 斷線時保留終端工作階段
|
||||
|
||||
| 是否需要安裝 | 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | Y, N | N | `terminal-persistent=Y` |
|
||||
|
||||
### trackpad-speed
|
||||
|
||||
此選項將在首次連線後为每個裝置設定「trackpad-speed」選項。
|
||||
|
||||
然後,每個裝置設定中的「trackpad-speed」選項將控制「trackpad-speed」設定为自訂時的 fps。
|
||||
|
||||
**位置**:
|
||||
|
||||
1. **桌面端** 設定 → 顯示 → 預設觸控板速度
|
||||
2. **行動端** 設定 → 顯示設定 → 預設觸控板速度
|
||||
|
||||
| 是否需要安裝 | 可選值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
| 否 | [10, 1000] | 100 | `trackpad-speed=100` |
|
||||
|
||||
## 其他
|
||||
|
||||
### preset-address-book-name & preset-address-book-tag
|
||||
|
||||
預設通訊錄名稱和標籤,https://github.com/rustdesk/rustdesk-server-pro/issues/257。
|
||||
如果不想設定標籤,可以僅設定preset-address-book-name。
|
||||
請在Web控制台的通訊錄頁面上使用有效的通訊錄名稱和標籤。
|
||||
|
||||
| 選項 | 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: | :------: |
|
||||
| preset-address-book-name | 否 | | | `preset-address-book-name=<通訊錄名稱>` |
|
||||
| preset-address-book-tag | 否 | | | `preset-address-book-tag=<通訊錄標籤名稱>` |
|
||||
|
||||
### disable-group-panel
|
||||
|
||||
在RustDesk用戶端上禁用群組面板(在通訊錄面板旁邊,自1.3.8版本起命名為「可存取設備」),https://github.com/rustdesk/rustdesk-server-pro/issues/250。
|
||||
|
||||
| 選項 | 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: | :------: |
|
||||
| disable-group-panel | 否 | Y, N | N | `disable-group-panel=Y` |
|
||||
|
||||
### pre-elevate-service
|
||||
|
||||
Windows便攜版執行時自動提升權限,https://github.com/rustdesk/rustdesk-server-pro/issues/252。
|
||||
|
||||
| 選項 | 安裝需要 | 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: | :------: | :------: |
|
||||
| pre-elevate-service | 否 | Y, N | N | `pre-elevate-service=Y` |
|
||||
|
||||
### disable-floating-window
|
||||
|
||||
當Android服務啟動時,它會顯示一個浮動視窗,這有助於防止系統終止RustDesk服務。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `disable-floating-window=Y` |
|
||||
|
||||
### floating-window-size
|
||||
|
||||
當Android服務啟動時,它會顯示一個浮動視窗,這有助於防止系統終止RustDesk服務。當大小小於120時,浮動視窗將難以被點擊。非常小的尺寸可能無法在某些設備上保持背景服務。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| [32, 320] | 120 | `floating-window-size=120` |
|
||||
|
||||
### floating-window-untouchable
|
||||
|
||||
預設情況下,點擊浮動視窗會彈出選單。設定為「不可觸控」後,點擊或滑動將穿過浮動視窗並傳輸到底層視窗。設定為「不可觸控」後,浮動視窗的位置無法更改,系統可能會自動將浮動視窗設定為半透明。但是,此功能可能在少數應用程式中不起作用,例如GitHub應用程式。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `floating-window-untouchable=Y` |
|
||||
|
||||
### floating-window-transparency
|
||||
|
||||
Android浮動視窗具有可調節的透明度。如果要啟用但隱藏浮動視窗,可以將透明度設定為0,浮動視窗將自動設定為「不可觸控」以穿透點擊事件。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| [0, 10] | 10 | `floating-window-transparency=5` |
|
||||
|
||||
### floating-window-svg
|
||||
|
||||
如果沒有為Android浮動視窗設定圖示,它將預設顯示RustDesk圖示。
|
||||
設定時,請將SVG的文字內容寫成一行,並注意[SVG支援限制](https://bigbadaboom.github.io/androidsvg/index.html)。
|
||||
|
||||
| 預設值 | 範例 |
|
||||
| :------: | :------: |
|
||||
| RustDesk圖示 | `floating-window-svg=<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717559129252" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4248" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><path d="M950.857143 512c0 242.285714-196.571429 438.857143-438.857143 438.857143S73.142857 754.285714 73.142857 512 269.714286 73.142857 512 73.142857s438.857143 196.571429 438.857143 438.857143z" fill="#1296db" p-id="4249"></path></svg>` |
|
||||
|
||||
### keep-screen-on
|
||||
|
||||
這是針對Android受控端的。請注意,保持螢幕開啟依賴於浮動視窗。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| never, during-controlled, service-on | during-controlled | `keep-screen-on=never` |
|
||||
|
||||
### enable-directx-capture
|
||||
|
||||
這是針對Windows受控端的。如果沒有遇到任何問題,建議使用預設設定,優先使用DirectX進行截圖而不是直接使用GDI。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-directx-capture=N` |
|
||||
|
||||
### enable-android-software-encoding-half-scale
|
||||
|
||||
這是針對Android受控端的。預設情況下,當解析度大於1200時,硬體編碼使用原始解析度,而軟體編碼使用一半解析度,因為軟體編碼較慢。此選項用於設定軟體編碼是否應縮放到一半解析度。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-android-software-encoding-half-scale=N` |
|
||||
|
||||
### allow-remote-cm-modification
|
||||
|
||||
控制是否允許控制端點擊連接管理視窗來接受連接、更改權限等。
|
||||
|
||||
https://github.com/rustdesk/rustdesk/issues/7425
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-remote-cm-modification=Y` |
|
||||
|
||||
### remove-preset-password-warning
|
||||
|
||||
控制當自訂用戶端中有預設密碼時是否移除GUI上的安全警告。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/discussions/286
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/7956
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `remove-preset-password-warning=Y` |
|
||||
|
||||
### hide-security-settings / hide-network-settings / hide-server-settings / hide-proxy-settings / hide-websocket-settings / hide-remote-printer-settings
|
||||
|
||||
控制是否隱藏某些設定。請確保`禁用設定`已關閉,否則這些不會生效。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/issues/263
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/issues/276
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `hide-security-settings=Y` |
|
||||
|
||||
### hide-username-on-card
|
||||
|
||||
控制是否在設備清單中顯示使用者名稱。因為有時使用者名稱太長,會隱藏其他資訊。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/issues/284#issuecomment-2216521407
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `hide-username-on-card=Y` |
|
||||
|
||||
### hide-help-cards
|
||||
|
||||
控制是否在GUI上顯示UAC/權限警告。
|
||||
|
||||
https://github.com/rustdesk/rustdesk/issues/8687
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `hide-help-cards=Y` |
|
||||
|
||||
### display-name
|
||||
|
||||
更改將在連接到遠端設備時彈出視窗中顯示的顯示名稱。預設情況下,它首先顯示登入使用者的名稱,否則顯示您的作業系統使用者名稱。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/issues/277
|
||||
|
||||
### disable-udp
|
||||
|
||||
控制是否僅使用TCP。它將不再使用UDP 21116,而是使用TCP 21116。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `disable-udp=Y` |
|
||||
|
||||
### preset-user-name / preset-strategy-name / preset-device-group-name
|
||||
|
||||
將使用者/策略/設備群組分配給設備。您也可以透過[命令列](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/#assign-device-usersgroupsstrategies-to-devices)執行此操作。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/discussions/304
|
||||
|
||||
設備群組在RustDesk用戶端>=1.3.8、pro >= 1.5.0中可用
|
||||
|
||||
### default-connect-password
|
||||
|
||||
您使用`預設連接密碼`來建立到遠端設備的連接。此密碼在控制端設定,不應與受控(僅傳入)用戶端上找到的任何[預設密碼](https://github.com/rustdesk/rustdesk/wiki/FAQ#how-can-we-set-up-a-client-with-a-fixed-password-for-unattended-remote-access)混淆。
|
||||
|
||||
例如 `default-connect-password=abcd1234`
|
||||
|
||||
### enable-trusted-devices
|
||||
|
||||
允許受信任的設備跳過2FA驗證。
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/8513#discussioncomment-10234494
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | Y | `enable-trusted-devices=N` |
|
||||
|
||||
### hide-tray
|
||||
|
||||
禁用系統匣中的匣圖示。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/issues/332
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `hide-tray=Y` |
|
||||
|
||||
### one-way-clipboard-redirection
|
||||
|
||||
禁用從受控端到控制端的剪貼簿同步,在RustDesk用戶端>=1.3.1(受控端)中可用
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/7837
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `one-way-clipboard-redirection=Y` |
|
||||
|
||||
### one-way-file-transfer
|
||||
|
||||
禁用從受控端到控制端的檔案傳輸,在RustDesk用戶端>=1.3.1(受控端)中可用
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/7837
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `one-way-file-transfer=Y` |
|
||||
|
||||
|
||||
### sync-init-clipboard
|
||||
|
||||
建立連接時是否同步初始剪貼簿(僅從控制端到受控端),在RustDesk用戶端>=1.3.1(控制端)中可用
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/9010
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `sync-init-clipboard=Y` |
|
||||
|
||||
### allow-logon-screen-password
|
||||
|
||||
在使用[僅點擊批准模式](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#approve-mode)時是否允許在登入畫面上輸入密碼,在RustDesk用戶端>=1.3.1(受控端)中可用
|
||||
|
||||
https://github.com/rustdesk/rustdesk/discussions/9269
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-logon-screen-password=Y` |
|
||||
|
||||
### allow-https-21114
|
||||
|
||||
通常,HTTPS使用連接埠443。當API伺服器的連接埠錯誤地設定為21114時,RustDesk用戶端預設會移除21114連接埠設定。將選項設定為Y允許使用21114作為HTTPS連接埠。在RustDesk用戶端>=1.3.9中可用。
|
||||
|
||||
https://github.com/rustdesk/rustdesk-server-pro/discussions/570
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-https-21114=Y` |
|
||||
|
||||
### allow-d3d-render
|
||||
|
||||
D3D渲染可以獲得高幀率並減少CPU使用率,但在某些設備上遠端控制螢幕可能會變黑。在RustDesk用戶端>=1.3.9中可用,僅Windows。
|
||||
|
||||
| 值 | 預設值 | 範例 |
|
||||
| :------: | :------: | :------: |
|
||||
| Y, N | N | `allow-d3d-render=Y` |
|
||||
|
||||
|
||||
### allow-hostname-as-id
|
||||
|
||||
[使用主機名作為ID](https://github.com/rustdesk/rustdesk-server-pro/discussions/483),主機名中的空格會被替換為'-'。這不是100%保證的,只在第一次執行RustDesk用戶端時發生(即在新安裝的用戶端上);如果發生衝突,將分配一個隨機ID。
|
||||
|
Loading…
x
Reference in New Issue
Block a user