Getting started with your Scaleway Dedibox server
Once you have set up your Dedibox server, installed an operating system, and connected via SSH, you are ready to begin. This guide provides essential information and tips for efficiently using your Dedibox server.
Before you start
To complete the actions presented below, you must have:
Using the shell
Dedibox servers do not come with a graphical interface by default. Instead, all commands are executed via a powerful shell/terminal. The shell allows you to:
- Install, configure, and manage software
- Create, edit, and delete files and directories
- Configure server settings
You can connect to the shell via SSH. For essential commands, refer to our basic Linux commands guide.
Using a graphical desktop
If you prefer a graphical interface, you can install a desktop-oriented distribution and connect using the X2Go Client. For more information, refer to our guide on connecting via Windows Remote Desktop.
Installing software on Linux OSes
After setting up your Dedibox, only the operating system and an SSH server are installed. To add software, use a package manager specific to your distribution:
- Debian/Ubuntu: Use the APT package manager. See our guide on getting started with APT.
- CentOS/RHEL: Use DNF (previously YUM for CentOS 7 and older).
- SuSE Linux: Use YAST.
Package managers allow you to install, update, and remove software directly from the shell.
Backing up your Dedibox
As the server owner, you are responsible for your data. Regular backups are strongly recommended. You can order a Dedibackup option with various disk sizes for secure FTP storage of your backups. Tools like Backup Manager can help you automate the backup process.