Hi The ISPconfig its fantastic! Everything working fine but i cant find the url of my site. I use ISPconfig on my local machine for testing. First create a domain myjoomlawebsite.tld and a user. But i cant understand what is the .tld and how browse my site http://10.0.0.10/myjoomlawebsite.tld or something. Thank you
The URL of your site is the URL that you entered in ISPConfig. So if you entered: hostname: www domain: mysite.tld then you must access the site with http://www.mydomain.tld. Make sure that www.mydomain.tld points witha DNS A-Record to your server IP address.
Hi Thank you for quick reply. My fault, in the server installation process i wrote a real domain name like server.com not server.tld Now i try to fix it from management --> server --> settings. But the server.tld or www.server.tld not working on my browser. How can I solve the problem? Thank you
You can use the IP address to access ISPConfig, or you create a DNS server in your LAN that resolves server.tld to your ISPConfig server.
Hi I tested something else. I changed the host file on a windows machine with two lines: 10.0.0.20 www.server1.com 10.0.0.20 server1.com then i changed the ISPConfing server settings via cp with host: www and domain: server1.com and after that i created some clients and sites. Everything working fine (ssh ftp) i can browse the default index page of the server and the url server1.com:81 working too... but i cant browse the sites urls: www.server1.com/users/test01 server1.com/users/test01 www.server1.com/~test01 server1.com/~test01 any suggestion? Once again thank you
You can not access the sites trough the main server URL. You will have to use the URL of the website that you created in ISPConfig.
Try to run: ping yoursite.com on your workstation. Does the ping command returns the correct IP address of your server?
Hi No i can't some info for ispconfig installation Please enter your MySQL server: localhost Please enter your MySQL user: root Please enter your MySQL password: somepass Please enter a name for the ISPConfig database: ispconfigdb Please enter the IP address of the ISPConfig web: 192.168.1.74 Please enter the host name: server1 Please enter the domain: studio.com Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:1 after install http://server1.studio.com:81/ not working (the connection has timed out) http://192.168.1.74 working http://192.168.1.74:81 working ping 192.168.1.74 its ok cp setup management -> server -> settings ISP Server Server Web EMail FTP DNS Functions Other Server Name: Server1 -------------------------------------------------------------------------------- Hostname: server1 Domain: studio.com IP Address: 192.168.1.74 Netmask: 255.255.255.0 Admin Email: root@localhost -------------------------------------------------------------------------------- IP List: Hint: Only put one IP per line in the field IP List. (no ips) ------------------------------------------------------------- ISP Server Server Web EMail FTP DNS Functions Other BIND User: named BIND Group: named -------------------------------------------------------------------------------- named.conf: /var/named/chroot/etc/named.conf Zonefiles Dir.: /var/named/chroot/var/named -------------------------------------------------------------------------------- Default Ns1: Default Ns2: Admin Email: root@localhost Default MX: no check ----------------------------------------------------------------- ISP Client Group: admin Title: Folder: admin Reseller Clients Sites Master Data Site Management Login Data Bill Statistics Site: IP Host Domain 192.168.1.74 www testsite.com =========================================== at my fedora box /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=server1.studio.com GATEWAY=192.168.1.254 /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.1.74 server1.studio.com server1 ::1 server1.studio.com server1 localhost.localdomain localhost
Does server1.studio.com point to the correct IP address? You can check that with Code: dig server1.studio.com