Network

All connections are done through SSH X11 forwarding to host.

Ports

---
###############################################################################
# Ports Configuration
###############################################################################
# Ports should be managed externally via an OS role.
#
# Reference:
# * https://docs.ansible.com/ansible/latest/collections/community/general/ufw_module.html

ports:
  - {proto: 'tcp', from_ip: 'any', to_port: 443,  direction: 'in', comment: 'code42 console'}
  - {proto: 'tcp', from_ip: 'any', to_port: 4285, direction: 'in', comment: 'crashplan service (console)'}
  - {proto: 'tcp', from_ip: 'any', to_port: 4287, direction: 'in', comment: 'crashplan service (online)'}
  - {proto: 'tcp', from_ip: '127.0.0.1', to_ip: '127.0.0.1', to_port: 4244, direction: 'in', comment: 'service to ui communication (localhost only)'}

PVE Container Configuration

Only required for LXC/KVM hosts. PVE will try to forward to own displays if X11UseLocalhost yes is enabled for containers (lxc/kvm).

0664 root root /etc/ssh/sshd_config
X11UseLocalhost no

Reference

Windows X11

Configure Putty Configuration, Forwarding X Windows and set these settings.

Xlaunch (Xserver for Windows)

⌘ › xlaunch

Multiple windows

Diplay number

-1

Start no client

Clipboard

› ☑

primary selection

Native opengl

Updated: 2022-10-08

Putty

⌘ › putty › connection › ssh › x11

Enable x11 forwarding

X display location

localhost:0.0

MIT-Magic-Cookie-1

Updated: 2022-10-08

Connect to host and launch crashplan.
/usr/local/crashplan/bin/desktop.sh

Warning

Read Backup set Adoption to adopt existing backup sets without losing data.

Linux

No configuration required. Just xserver running.

to host and launch crashplan.
ssh -X {USER}@{HOST}
/usr/local/crashplan/bin/desktop.sh

Warning

Read Backup set Adoption to adopt existing backup sets without losing data.