Jump to content

Recommended Posts

Posted

A new early release ISPConfig module is available.

To install, download the attached ispconfig.zipFetching info...  and unzip the file. Upload the ispconfig directory to ~/components/modules/ and go to Settings > Company > Modules to install it.

Please give it a spin and give us your feedback!

Here's a sample welcome email you can use for your Package:

  Quote

Domain: {service.ispconfig_domain}
Username : {service.ispconfig_username}
Password: {service.ispconfig_password}

Control Panel: https://{module.host_name}:8080

Name Servers

{% for name_server in module.name_servers %}
Name server: {name_server}{% endfor %}
Expand  

 

Posted
  On 9/20/2017 at 3:34 PM, Kronz said:

My ISPConfig runs on port 8083, not 8080, though.

 

Should I change something in the code of the module to accommodate for this ?

Expand  

In /ispconfig/apis/ispconfig_api.php will find the function "apiRequest", in the function you will see two variables, $soap_location and $soap_uri, replace "8080" with "8083"in these variables.

  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...