Outils pour utilisateurs

Outils du site


bms:infomaniak:server-cloud:unmanaged:home

Server Cloud Unmanaged

First Actions

First SSH Connexion

  1. Get the server IP in the manager
  2. SSH connexion:
    ssh -i ~/.ssh/<private key file> debian@<server IP>

Mandatory actions

  1. Copy a SSH public key to the server
  2. Update ~/.ssh/ssh_config
  3. Mount the storage disk
    fab -H <server IP> format-storage-to-xfs

    ou

    fab -H <server IP> format-storage-to-ext4
  4. Open the necessary ports

Backup

  1. Install rclone
    fab -H <server IP> install-rclone
  2. In Infomaniak create a storage space whose type is swift
  3. Configure rclone
    rclone config
  4. Input the right values. More information here

Warnings

  • There is a firewall which blocks all ports by 22 by default.

Usefull

Rename hostname

  1. Change the hostname: edit /etc/hostname
  2. Update /etc/hosts if necessary
  3. 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