===== Wireguard access ===== ==== How to access Calypso servers using Wireguard ==== The [[infra:staff|staff]] will provide you an access to the wireguard VPN, in the form of a configuration file named ***wgXXX.conf***. :!: Don't use the the same wireguard configuration on multiple computers at the same time! Install wireguard as described [[https://www.wireguard.com/install/|here]]. ==== Linux ==== Put your personnal configuration file **wgXXX.conf** that we provided you in your wireguard directory in **/etc/wireguard/**. Then you can bring the interface up or down using the wg-quick # Connect the VPN sudo wg-quick up wgXXX # Disconnect the VPN sudo wg-quick down wgXXX ==== Windows ==== Install the wireguard executable then import your personnal configuration file **wgXXX.conf** that we provided you using the GUI.