| 91 | {{{#!div class="box" |
| 92 | == Stopping == |
| 93 | |
| 94 | You can stop the proxy server just like any other servers with {{{xpra stop :$PROXYDISPLAY}}}. |
| 95 | |
| 96 | If you want to stop an individual proxy connection instead, you must identify the proxy instance that you want to stop then use {{{xpra stop :proxy-$PROXYPID}}}. |
| 97 | |
| 98 | You can identify proxy instances in a number of ways: |
| 99 | * using system network tools that list processes and the hosts they are connected to (ie: lsof, netstat) |
| 100 | * using "xpra info" on a specific proxy instance |
| 101 | * from the proxy server log file |
| 102 | * from the proxy instance log file |
| 103 | etc.. |
| 104 | }}} |
| 105 | |