In this tutorial, we will guide you through the installation process of Eqivo on Fedora CoreOS Latest.
Open terminal by pressing Ctrl+Alt+T
or directly through the application launcher.
Run the following command to download Eqivo from its official website:
wget https://eqivo.org/latest/eqivo-<version>.tar.gz
Replace version
with the latest version of Eqivo available at the time of installation.
Once the file is downloaded, extract it using the following command:
tar xzf eqivo-<version>.tar.gz
Run the following command to install the required dependencies:
sudo dnf install -y openssl openssh-clients rsync httpd-tools
After installing the dependencies, navigate to the extracted Eqivo directory and create a configuration file named eqivo.conf
:
cd eqivo-<version>
touch eqivo.conf
Edit the configuration file to include the necessary details:
[global]
workgroup = MYGROUP
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[public]
comment = Public
path = /srv/samba/public
public = yes
writable = yes
printable = no
guest ok = yes
create mask = 0660
directory mask = 0771
Replace MYGROUP
with the name of your workgroup.
Save the configuration file and close it.
To start the Eqivo service, run the following command:
sudo systemctl start eqivo
This will start the Eqivo service and enable it to start on boot.
Open a web browser and navigate to the URL http://localhost:8080
.
If you see the Eqivo login page, then the installation is successful.
Congratulations! You have successfully installed Eqivo on Fedora CoreOS Latest.
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!