Jump to content

ISPConfig Module


Paul

Recommended Posts

A new early release ISPConfig module is available.

To install, download the attached ispconfig.zip 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 %}

 

Link to comment
Share on other sites

9 minutes ago, 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 ?

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.

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...