Skip to content

Instantly share code, notes, and snippets.

@OnCloud125252
Last active April 18, 2023 20:16
Show Gist options
  • Save OnCloud125252/924d856931be7e09cfd4caa7e992978e to your computer and use it in GitHub Desktop.
Save OnCloud125252/924d856931be7e09cfd4caa7e992978e to your computer and use it in GitHub Desktop.
Install Webmin on Ubuntu

Before Starting

Links

Supported Installation

Operating System Tool
Ubuntu Server 22.04.2 LTS Webmin 2.021

Note

Each command is separate with a blank line, please execute them separately.

Installation

Install dependencies

sudo apt install wget

Set up web interface

sh -c "$(curl -fSL https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh)"

sudo apt install webmin

Finishing

You may now open https://ip-address:10000 in the browser to access Roxy-WI.

Use root user's username as username and root user's password as password to login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment