Unable Access To Webmin


Recommended Posts

I have just install webmin on my server, but I get message, "The page cannot be displayed" when I trying to access it with, "https://ip:10000/".

585637663[/snapback]

If you have X installed on the server and can run a browser then use https://127.0.0.1:10000

Otherwise you might need to enable remote connections as it may be limited to accepting connectios from localhost.

Link to comment
Share on other sites

If you have X installed on the server and can run a browser then use https://127.0.0.1:10000

Otherwise you might need to enable remote connections as it may be limited to accepting connectios from localhost.

585637677[/snapback]

Thanks for your reply.

I am using ssh to remote control my server.

How do I enable webmin to accept remote connections?

Link to comment
Share on other sites

Thanks for your reply.

I am using ssh to remote control my server.

How do I enable webmin to accept remote connections?

585637701[/snapback]

Well, usually I would use webmin to do that.

Presumably there is a .conf file in your /etc or /etc/webmin directory.

Link to comment
Share on other sites

Well, usually I would use webmin to do that.

Presumably there is a .conf file in your /etc or /etc/webmin directory.

585637719[/snapback]

This is my miniserv.conf.

port=10000

root=/usr/libexec/webmin

mimetypes=/usr/libexec/webmin/mime.types

addtype_cgi=internal/cgi

realm=Webmin Server

logfile=/var/webmin/miniserv.log

errorlog=/var/webmin/miniserv.error

pidfile=/var/webmin/miniserv.pid

logtime=168

ppath=

ssl=1

env_WEBMIN_CONFIG=/etc/webmin

env_WEBMIN_VAR=/var/webmin

atboot=0

logout=/etc/webmin/logout-flag

listen=10000

denyfile=\.pl$

log=1

blockhost_failures=5

blockhost_time=60

syslog=1

session=1

userfile=/etc/webmin/miniserv.users

keyfile=/etc/webmin/miniserv.pem

passwd_file=/etc/shadow

passwd_uindex=0

passwd_pindex=1

passwd_cindex=2

passwd_mindex=4

passwd_mode=0

preroot=mscstyle3

passdelay=1

Which option do I need to change?

Link to comment
Share on other sites

If you can't find the option to change in the config file, you could always ssh in to your server and run a text-based browser (links, w3m, etc) from there. That should let you access webmin for long enough to tell it to accept external logins...

Link to comment
Share on other sites

It may be caused by running https instead of http. You need to have SSL mode enabled before you can access it that route. Its been awhile since I've ran webmin, but I'm pretty sure by default it allows remote connections.

Link to comment
Share on other sites

just wondering is webadmin installed and configured, i know it sounds silly but it doesn't come default and sometimes people mistaken that

Link to comment
Share on other sites

If you have SSH access, you have no need to use webmin.

585666609[/snapback]

Some people like to point and click their way around rather than enter commands in the shell. I personally use Webmin even when local.

Case in point, no-one has come up with a command line solution to Webmin not allowing remote connections yet it would be easy to do within Webmin.

Link to comment
Share on other sites

I personally wouldn't use webmin strictly because of security. If you must use it, then you should better use https for it. Is the OP sure that it is running?

Link to comment
Share on other sites

  • 4 months later...
This is my miniserv.conf.

Which option do I need to change?

585637754[/snapback]

If you add :

allow=your current IP

then restart webmin you should be able to log in via the web interface...

Link to comment
Share on other sites

do this to your miniserv.conf

Don't put an ip. Just leave it blank.

allow=

That's it. Now you can log into it from any computer. If you put an IP in there, then only that IP can access it.

Link to comment
Share on other sites

IMO, this is an example of a worthy thread ressurection.

Even if the original poster has solved the problem by now, perhaps someone will search and find this thread useful.

Welcome to Neowin wittering.

Link to comment
Share on other sites

  • 1 month later...
  • 4 years later...

Hi friends

I was having the same issue.

Just restart the firewall as well, after giving exception and adding the 'allow=' field in miniserv.cnf. It'll work

thanks...

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.