Questions tagged [webmin]

A web-based interface for system administration for Unix. Setup user accounts, DNS, file sharing and the program is freeware.

Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

It could be considered a free alternative to the commonly used CPanel & WHM Hosting/Server administration solutions.

http://www.webmin.com/


Webmin can be expanded by installing modules, which can be custom made. Aside from this, there are two other major projects that extend the functionality of webmin:

  1. Usermin presents and controls a subset of the features available in Webmin, such as webmail and other user-level tasks, rather than administrator-level tasks.
  2. Virtualmin, which is a domain hosting and web site control panel, which gives the ability to create and manage domains. See .
301 questions
2
votes
1 answer

Add FTP user with all directories access (like root) with Virtualmin / Webmin

It has been 2 hours that I' trying to allow a FTP user to have grant access to all directories. I've add a FTP user with Webmin. I'm able to connect with a FTP client but when I'm trying to change directory to a virtual site (in /home/*), I have …
azerto00
  • 1,001
  • 6
  • 18
2
votes
1 answer

Setting up a virtual host in Webmin

I set up a virtual host in a Linux server running Webmin 1.580. I gave it a server name and a document root directory. How do I access the website under the virtual host from the internet? Am I supposed to type the server's IP address and then the…
rocklandcitizen
  • 979
  • 4
  • 17
  • 27
2
votes
1 answer

Webmin Failed to save MySQL server options

I am having this error on trying to update mysql config from webmin "Failed to save MySQL server options :" mysql is working fine, phpmyadmin is working fine. i can stop and start server from webmin. but i cannot make any changes to the config.…
Dev Teem
  • 31
  • 3
1
vote
2 answers

Multi-website, Multi-user web server with webmin

Lets say I have 3 domains "example.com", "example.net", and "example.org". I also have a VPS running Ubuntu 11.04 32bit with Apache, MySQL, PHP5, ProFTPd and Webmin. Sally owns example.com and has her home at: /home/sally Joe owns example.net and…
Jason S
  • 61
  • 6
1
vote
1 answer

Creating Vhosts with Webmin

I have been messing around with webmin and creating vhosts, now normally I would just shh into the box and create them manually but the other developers in the office are not too confident doing that. Creating the Vhost is fine but when its saves…
peterrattew
  • 107
  • 1
  • 11
1
vote
1 answer

Subdomains on IP addresses in Webmin

How can I set up a subdomain on an IP address using Webmin? So, if I go to http://directory.127.0.0.1/ it goes to the same place as http://directory.localhost/ (/var/www/directory)?
John Stimac
  • 5,335
  • 8
  • 40
  • 60
1
vote
0 answers

Codeigniter3: porting a website in a new hosting just the index method is visible and Request exceeded the limit of 10 internal redirects

I gave a glance at similar questions, but I think my problem is different since I have already ported the website I am working on to a local host successfully. Now I need to port the production website, currently hosted in a shared hosting, to a…
fede72bari
  • 343
  • 5
  • 17
1
vote
0 answers

Webmin How to remove redirection page and immediately redirect to HTTPS when logging

I’m trying to log into Webmin using example.com, but I’m currently required to use https://example.com or I get a redirection page. How can I remove this page and immediately redirect to the HTTPS version of the website when logging into Webmin? Is…
zarxy
  • 11
  • 2
1
vote
1 answer

howto run my backend api nodejs in background on startup on vps?

i am struggling to get run my nodejs backend api on my Ubuntu vps. the backend server is in a folder called /backend when i go in terminal and go into the folder i can start the process with pm2 start ecosystem.config.json --no-daemon Than it…
Deadlef
  • 11
  • 1
1
vote
2 answers

Set static ip for every docker container in my home LAN

I need my docker containers to have a static ip addreses in my lan, so i could access them by unique ip. I've tried to do this with network, but this did not worked. This is example of docker-compose file i've tried: version: "3" services: …
Hid-K
  • 26
  • 3
1
vote
1 answer

Edit data in MySQL Database with no Primary Key

I am using Webmin on an Idaq hosting package to manage my MySQL database. I have imported the database from a previous host and now find that I cannot alter any data that is in a particular table because of an error "Data in this table cannot be…
Mick
  • 2,840
  • 10
  • 45
  • 61
1
vote
1 answer

Webmin Filesystem backup | Restoration complete without errors, but doesn't works

I am using the "Filesystem Backup" from Webmin, but this recovering system doesn't works on my server. Here my config : Debian 10 (Buster) Webmin version 1.970 And here, what i've done : Backup creation Manual modification of a file to create a…
Kriffin
  • 36
  • 3
1
vote
1 answer

What is phpmyadmin access URL after installed from webmin?

I just installed phpmyadmin module from webmin but I can't find any resources which url can be accessed. My webmin version is 1.550 running on Ubuntu 10.10 with Apache2.
Devyn
  • 2,255
  • 7
  • 32
  • 40
1
vote
1 answer

How to enable/install HTTP/2 on Virtualmin in CentOS7

I have Virtualmin installed on my CentOS7 server and few websites are currently running on this server. There's no separate Apache installation because it is using Virtualmin. However I need to install / enable HTTP/2 on my server but current…
Teshan N.
  • 2,307
  • 3
  • 30
  • 59
1
vote
0 answers

Virtualmin / Webmin - How to disable Virtualmin overriding the icons folder?

Virtualmin / Webmin is overriding my website icons folder, and displaying public domain icons https://www.webmin.com/icons/ (I am using Flutter for a PWA web app that has an icons folder) How can I disable this override?
giorgio79
  • 3,787
  • 9
  • 53
  • 85