OliveTin is an open-source web-based SSH terminal and file manager for Linux. It's a useful tool for system administrators and developers who need to access remote servers via SSH. In this tutorial, you will learn how to install OliveTin on Fedora CoreOS Latest.
Before you begin, make sure you have the following:
OliveTin requires packages from the EPEL repository, which is not enabled by default on Fedora CoreOS. To enable it, run the following commands:
sudo dnf -y install epel-release
sudo dnf -y update
To install OliveTin, you will need to install some dependencies. Run the following command to install them:
sudo dnf -y install git python3 python3-pip python3-devel gcc
Next, clone the OliveTin repository from GitHub:
git clone https://github.com/OliveTin/OliveTin.git
cd OliveTin
Install OliveTin using the following command:
sudo python3 setup.py install
To start the OliveTin service, run the following command:
sudo systemctl start olivetin.service
To ensure that OliveTin starts automatically on system startup, run the following command:
sudo systemctl enable olivetin.service
By default, OliveTin listens on port 8000. Open a web browser and navigate to the IP address or hostname of your Fedora CoreOS server followed by port 8000 (i.e., http://
Enter your Linux credentials and access the remote server.
Congratulations! You have successfully installed OliveTin on Fedora CoreOS Latest. You can now manage remote servers from a web browser. Enjoy!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!