bms:infomaniak:server-cloud:unmanaged:home
Table des matières
Server Cloud Unmanaged
First Actions
First SSH Connexion
- Get the server IP in the manager
- SSH connexion:
ssh -i ~/.ssh/<private key file> debian@<server IP>
Mandatory actions
- Copy a SSH public key to the server
- Update
~/.ssh/ssh_config - Mount the storage disk
fab -H <server IP> format-storage-to-xfs
ou
fab -H <server IP> format-storage-to-ext4
- Open the necessary ports
Backup
- Install
rclonefab -H <server IP> install-rclone
- In Infomaniak create a storage space whose type is
swift - Configure
rclonerclone config
- Input the right values. More information here
Warnings
- There is a firewall which blocks all ports by 22 by default.
Usefull
Rename hostname
- Change the hostname: edit
/etc/hostname - Update
/etc/hostsif necessary - Apply the New Hostname:
sudo hostnamectl set-hostname <new-name>
bms/infomaniak/server-cloud/unmanaged/home.txt · Dernière modification : 2024/09/14 21:00 de 195.68.6.6
