Changes between Version 1 and Version 2 of ShadowServer
- Timestamp:
- 07/26/14 10:40:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShadowServer
v1 v2 2 2 3 3 {{{#!div class="box" 4 = [[Image(http://xpra.org/icons/features.png)]] Introduction=4 == Introduction == 5 5 6 6 This feature refers to the ability to use an existing display server (an existing session) and use xpra to access it remotely. 7 7 }}} 8 9 {{{#!div class="box" 10 == Usage Example == 11 12 On *nix, to expose your existing main display session (usually at {{{:0}}}) using a tcp server on port 10000: 13 {{{ 14 xpra shadow :0 --bind-tcp=0.0.0.0:10000 15 }}} 16 (note: this does not cover [/wiki/Authentication] or [/wiki/Encryption]) 17 18 }}}