PDA

View Full Version : ioFTPD default username and password not working


sm3vvz
01-19-2006, 02:48 PM
I finally found the setup-guide nad I was following that sucker, but I'm unable to login. Looks like it does not like ioFTPD as password. Tried the http-admin and get page not found when I try to login. Jesus - what's wrong with this app?!? Tried millions of them, but this one is by far hardest one to get up and running....... :confused:

InFiNi
01-19-2006, 03:06 PM
Don't try over HTTP just use FTP admin (default) login ioFTPD/ioFTPD (case sensitive).

Did u edit all the files?
..\etc\admin.vfs
..\etc\Hosts.Rules

Tip 2: If you get error when logging in, check ..\logs\Error.log.

http://www.inicom.net/pages/en.ioftpd-documentation.php?s=2

If u still can't connect paste error logs or describe what u get.

sm3vvz
01-19-2006, 03:18 PM
Thanks, up and running now.

InFiNi
01-19-2006, 03:33 PM
np

sm3vvz
01-19-2006, 03:37 PM
So, you recommend that I stick to the SITE commands to do everything? Create users, groups, etc? Still haven't figured out where I give users write permission to upload folder and set group/user rights. :)

InFiNi
01-19-2006, 03:51 PM
If you're first time user try to use GUI.
GUI for managing ioFTPD server(s) (local and remote)
Manage users/groups, change ioFTPD settings, monitor connections, etc...

You can find them(2) in Scripts & Addons
-> Utility/Application (ioGUI or ioIsotope)

sm3vvz
01-19-2006, 04:15 PM
Thanks, I will have a look at them right away.
Which one of them is the best?

InFiNi
01-19-2006, 04:24 PM
You can add both of them and you will see (personal opinion).

sm3vvz
01-19-2006, 05:04 PM
ok, I will add the other one so I can compare.
What's the correct command to change: "Maximum concurrent connections for single host"?

JoC
01-20-2006, 01:48 AM
The knowledge base is your friend http://www.inicom.net/pages/en.ioftpd-kb.php

Q: What does "530 Login failed: Maximum concurrent connections for single host reached." mean ?
A: It means the rules from ioFTPD\etc\Hosts.Rules doesn't allow any more connection for that IP.

The default rules only allow 2 connections per IP.
Change this file to suit your needs.

If you don't want to limit the number of connections per IP, you can remove everything from this file, and add a single line: "POLICY ACCEPT -1"

sm3vvz
01-20-2006, 05:27 AM
Yes, I read it, but must have misunderstood the configuration itself regarding rule set in that file. :D