You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Please choose the package for your distro here (under Assets):
53
-
# https://github.com/kasmtech/KasmVNC/releases
54
-
wget <package_url>
55
-
56
-
# Ensure KasmVNC dependencies are available
57
-
sudo yum install epel-release
58
-
59
-
sudo yum install ./kasmvncserver_*.rpm
60
-
61
-
# Add your user to the kasmvnc-cert group
62
-
sudo usermod -a -G kasmvnc-cert $USER
63
-
```
64
-
65
49
## Getting Started
66
50
67
51
The following examples provide basic usage of KasmVNC with the tools provided. For full documentation on all the utilities and the runtime environment, see our [KasmVNC Documentation](https://www.kasmweb.com/kasmvnc/docs/latest/index.html)
@@ -250,7 +234,7 @@ command_line:
250
234
- Keyboard input rate limit
251
235
- Screen region selection
252
236
- Deb packages for Debian, Ubuntu, and Kali Linux included in release.
253
-
- RPM packages for CentOS, Oracle, OpenSUSE, Fedora. RPM packages are currently not updatable and not released, though you can build and install them. See build documentation.
237
+
- RPM packages for Oracle, OpenSUSE, Fedora. RPM packages are currently not updatable and not released, though you can build and install them. See build documentation.
254
238
- Web [API](https://github.com/kasmtech/KasmVNC/wiki/API) added for remotely controlling and getting information from KasmVNC
255
239
- Multi-User support with permissions that can be changed via the API
0 commit comments