ispCP - Board - Support
Problem getting ispcp to work please help - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Problem getting ispcp to work please help (/thread-2559.html)

Pages: 1 2 3 4 5


RE: Problem getting ispcp to work please help - joximu - 03-07-2008 07:17 AM

It's possible to get adminpanel.domain.com for ispcp and (http://www.)domain.com for a "customer" site.

password: 30 minutes? I think 30 seconds... :-)
you can set a new password directly in the database: table admin... use the MD5 function to encrypt the new pw...
eventually you have to delete some "sessions": table login can be emptied...

/J


RE: Problem getting ispcp to work please help - Adel - 03-07-2008 07:29 AM

joximu Wrote:It's possible to get adminpanel.domain.com for ispcp and (http://www.)domain.com for a "customer" site.

password: 30 minutes? I think 30 seconds... :-)
you can set a new password directly in the database: table admin... use the MD5 function to encrypt the new pw...
eventually you have to delete some "sessions": table login can be emptied...

/J
hello joximu
I think for now this might be my last quesions:
1-how to add phpmyadmin to ispcp ?
2-how to add a user or customer without adding a reseller
can i add all sites under admin ?
3-is there any help file for ispcp on how to use it ?
Thanks again


RE: Problem getting ispcp to work please help - joximu - 03-07-2008 07:43 AM

1) use ispcp-url/pma

2) no - admin makes&manages resellers, reseller makes&manages domain users

3) no - try to find something in the docu or help the docu team to complete the documentation.

/J


RE: Problem getting ispcp to work please help - Adel - 03-07-2008 07:55 AM

joximu Wrote:1) use ispcp-url/pma

2) no - admin makes&manages resellers, reseller makes&manages domain users

3) no - try to find something in the docu or help the docu team to complete the documentation.

/J
hi joximu
after this i promise i will not bother you for a while
but i have to say WOW for your very fast reply.
1-I used rookit in ispcp and it gave me this part at the end:
/var/log/chkrootkit
Checking `bindshell'... INFECTED (PORTS: 465)
is this could be true or just a false report ? and if it is true what should i do ?
2- when i write http://www.mydomain.com i got the ispcp panel login is that will
still happen if i put this site into ispcp domains or it could case trouble?
Thanks and hopefully after that i will take a break and give you a break
also from my messages.


RE: Problem getting ispcp to work please help - joximu - 03-07-2008 08:14 AM

1) you could find in some older posts that this is ok.
SMTPS is running on Port 465 but chkrootkit does not check which process is listening on that port. Check it yourself to be sures it's only postfix.

2) I think the ispcp Site is more or less the default page - so wehn you add your domain then the site of the domain should appear.

/J


RE: Problem getting ispcp to work please help - Adel - 03-07-2008 04:21 PM

joximu Wrote:1) you could find in some older posts that this is ok.
SMTPS is running on Port 465 but chkrootkit does not check which process is listening on that port. Check it yourself to be sures it's only postfix.

2) I think the ispcp Site is more or less the default page - so wehn you add your domain then the site of the domain should appear.

/J
Hi joximu
Many thanks for your support.
Everything so far is fine,only one thing irretates me
that when i write http://www.mydomain.com the ispcp
login comes on, and i don't want people to see that
each time i add the site http://www.mydomain.com to
the ispcp even to another user it mess up Bind9
for some reason , when i take it out of name.conf
Bind9 works again, so i guess i have to forget about
this site, is it possible to put ispcp on another port
like 81 ? then the mydomain.com will be ok on 80?
Many thanks also for time.


RE: Problem getting ispcp to work please help - joximu - 03-07-2008 06:44 PM

there's a howto about another port.

But it's possible what you want.

apache2 -S

Question: do you use the bind on ispCP as a real DNS (for your domains) or dou you have an external DNS for your domains?

/J


RE: Problem getting ispcp to work please help - Adel - 03-08-2008 05:25 AM

joximu Wrote:there's a howto about another port.

But it's possible what you want.

apache2 -S

Question: do you use the bind on ispCP as a real DNS (for your domains) or dou you have an external DNS for your domains?

/J

Hi joximu
Many thanks again
concerning the DNS : how to find out that ? all i know
i pay the registrar (the sites registered with) for DNS
because my Isp closing the ports.
Is this is the command that i use to ckeck that (DNS)?
Also on Ispcp i don't see any place to enter DNS ?
I like the panel alot after i tried so many and they
caused me alot of problems, that is why i like to make
ispcp work perfect.
I ran this command (apache2 -S) and here what i got :
VirtualHost configuration:
192.168.0.100:80 is a NameVirtualHost
default server admin.kandkmarket.com (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost admin.kandkmarket.com (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost kandkdesigns.com (/etc/apache2/sites-enabled/ispcp.conf:55)
Syntax OK

Thanks alot again


RE: Problem getting ispcp to work please help - joximu - 03-08-2008 07:30 AM

Hi Adel

there are tools to ask the DNS settings, try "dig"...

ok, I see: you have a ispCP server running in the LAN behind a NAT-Firewall (I assume).

So, you cannot use the DNS of ispCP because the private IPs (which ispCP knows) is not valid in the net and they are not translated by NAT :-)

So, you have to use the DNS manager (from your registrar) and set the IP of the different names (including admin.... and maybe webmail....) to your IP (or to the dyndns-hostname)...

Of course: all names that point to your IP but are not configured in your ispCP will lead to the ispCP admin-page. If you add the domain kandkmarket.com then it should show you the real kandkmarket.com site...

/J


RE: Problem getting ispcp to work please help - Adel - 03-08-2008 12:57 PM

joximu Wrote:Hi Adel

there are tools to ask the DNS settings, try "dig"...

ok, I see: you have a ispCP server running in the LAN behind a NAT-Firewall (I assume).

So, you cannot use the DNS of ispCP because the private IPs (which ispCP knows) is not valid in the net and they are not translated by NAT :-)

So, you have to use the DNS manager (from your registrar) and set the IP of the different names (including admin.... and maybe webmail....) to your IP (or to the dyndns-hostname)...

Of course: all names that point to your IP but are not configured in your ispCP will lead to the ispCP admin-page. If you add the domain kandkmarket.com then it should show you the real kandkmarket.com site...

/J

hi joximu
Thanks again alot for your time and support.
I think i start to figure it (ispcp) out .
Thanks alot again for your support.