Ubuntu 24.04 lts Eroor install Virtualmin

Hello…

I have a new vps server with Ubuntu 24.04 lts and this command me an error. What should I do? The system is up to date.

root@cp:~# sh virtualmin-install.sh
sh: 0: cannot open virtualmin-install.sh: No such file

Either you haven’t downloaded the installer or you execute the command in the wrong directory.

Why not sticking to the recommended approach?
cd /tmp/;wget https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh;sh virtualmin-install.sh

Read the documentation if you haven’t:

1 Like

I’m running this command as written in the link you posted. Is this wrong??

this with this command, thank you.

Easiest method is use the download page and use
sudo sh -c "$(curl -fsSL https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh)" -- --bundle LAMP

2 Likes

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.