Remove outdated info from remote desktop clients article

Anthony Wang 2022-08-13 08:58:20 -05:00
parent 4024fbbb36
commit 6e7f2c31f5

@ -1,15 +1,13 @@
The exozyme project provides a remote desktop service on port 3389. While you can use the [exodesk](https://desk.exozy.me) web client to connect to your remote desktop as described in the [quickstart guide](https://exozy.me/quickstart/), it has some limitations such as some keyboard shortcuts not being properly redirected to the remote desktop.
exozyme provides a remote desktop service on port 3389. While you can use the [exodesk](https://desk.exozy.me) web client as described in the [quickstart guide](https://exozy.me/quickstart/), it has some limitations such as some keyboard shortcuts not being properly redirected to the remote desktop.
Fortunately, you can use any other RDP (remote desktop protocol) clients to access your exozyme desktop. These clients may provide better performance but require downloading apps. With an RDP client, enter in the address [exozy.me](https://exozy.me) and connect!
Fortunately, you can use any other RDP (remote desktop protocol) clients to access your exozyme desktop. These clients may provide better performance but require installing an app. With an RDP client, enter in the address [exozy.me](https://exozy.me) and connect! You can enable 16-bit color in your client if you have a slow connection.
## FreeRDP
FreeRDP is a free and open source RDP client (hence the name). It usually provides the best experience and performance, and we highly recommend it if you use Windows or Linux and are comfortable with the command line. Linux users should install it from their distro's package manager (for instance `sudo apt install freerdp` for Ubuntu or Debian based distros). FreeRDP provides [downloads](https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds) for Windows. If you want to try FreeRDP on macOS, it can be installed using Homebrew or MacPorts.
FreeRDP is a free and open source RDP client (hence the name) and usually provides the best experience and performance. You can install it on Linux using your distro's package manager or on other platforms from the [FreeRDP website](https://www.freerdp.com).
Once you have it installed, run FreeRDP from a terminal with `xfreerdp -v exozy.me --dynamic-resolution --sound --mic --rfx`. These flags respectively specify exozyme's URL, resizing the deskop upon a window resize, enabling sound and microphone integration, and using RemoteFX to boost performance. You can also add `-u username -p password` to the command to specify your exozyme username and password so you don't need to type it into the login window. (But remember that this saves your credentials to your shell history!)
Once installed, run FreeRDP in a terminal with `xfreerdp -v exozy.me --dynamic-resolution --sound --mic --rfx`. These flags respectively specify the address, resizing the desktop upon a window resize, enabling sound and microphone integration, and using RemoteFX to boost performance. You can also add `-u username -p password` to the command to specify your exozyme username and password so you don't need to type it into the login window, but this saves your credentials to your shell history!
## Microsoft clients
Microsoft has produced a number of proprietary RDP clients for various platforms including Windows, macOS, iOS, and Android. Windows also has a built-in client called Remote Desktop Connection. Mac users can use the <a href="https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac">Microsoft Remote Desktop Beta client</a>. Check <a href="https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients">this list</a> for clients for all platforms. Please make sure you have **enabled 16-bit color and resize on window resize in the connection settings and leave fullscreen after connecting**. This saves bandwidth and improves the experience of all users.
These clients usually have worse performance and more bugs in the desktop session compared to FreeRDP.
Microsoft has produced a number of proprietary RDP clients for various platforms including Windows, macOS, iOS, and Android. Windows also has a built-in client called Remote Desktop Connection. Mac users can use the <a href="https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac">Microsoft Remote Desktop Beta client</a>. Check <a href="https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients">this list</a> for clients for all platforms. These clients usually have worse performance and more bugs in the desktop session compared to FreeRDP.