You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Table of Contents

Download from Github

This module can be downloaded from https://github.com/blesta/module-vesta

About Vesta

VestaCP is free shared hosting panel. Learn more about VestaCP on their website at http://vestacp.com/.

Supported Features

CreateCancelSuspendUnsuspendManagementConfig Options
YESYESYESYESNOYES

Installing Vesta

To install the Vesta module, visit [Settings] > [Company] > [Modules] > Available, and click the "Install" button for Vesta.

A message will be displayed, indicating that the module was successfully installed. Then click the "Add Server" button.

Enter the details for your VestaCP server.

 

Field NameDescription
Server LabelEnter a label for this VestaCP server, it can be anything you like.
HostnameEnter the hostname for your VestaCP server, ie "vestacp.mydomain.com".
User NameEnter the username for your VestaCP server, usually "admin".
PortEnter the port for your VestaCP server, usually "8083".
Use SSL?Check the box labeled "Use SSL when connecting to the API (recommended)" to connect over SSL/TLS.
PasswordEnter the password for the User Name specified above for VestaCP.

After filling out these options, click "Add Server" to add your Vesta server.

Configurable Options Overview

This module supports configurable options. Configurable Options override any matching Package settings.

Option NamePossible ValuesRecommended Field TypeDescription
ssh_access
string = "enable"Checkbox, Dropdown

Determines whether the account will have SSH access.

Creating Configurable Options

The following steps describe how to create configurable options. This section describes the following:

  1. Creating a Configurable Option Group
  2. Creating Configurable Options, and assigning them to the Group (repeat this step as necessary to create all Configurable Options required)

Creating an Option Group

To create a Configurable Option Group, visit [Packages] > Options, and click the "Create Group" button.

<-- image -->

Field NameDescription
NameEnter a name for this group.
DescriptionEnter a description for this group (optional).
Package MembershipLeave this section blank, we will add the options to the group when creating the options instead. If you have already created the options, you may add them to the group on this step.

After filling out these options, click the "Create Group" button to create the Option Group.

Creating a Configurable Option

To create a Configurable Option, visit [Packages] > Options, and click the "Create Option" button.

<!-- image -->

Field NameDescription
LabelEnter a label, which will appear above or next to this form field.
NameEnter a name, which is the form field name. (Important! This should match an Option Name described above. The module requires specific naming.)
TypeSelect the field type from "Checkbox", "Radio", "Drop-down", and "Quantity".
Options SectionSet pricing information within the Options section. The fields required here may vary depending on the "Type" selected above.
Group Membership SectionAdd this Configurable Option to the previously created Option Group by moving the Group from the right to the left in the multi-select box.

After filling out these options, click the "Create Package Option" button to create the Option. Repeat as necessary to create all of the configurable options you wish to make available to the client during checkout.

Sample Configurable Options

The following are sample configurations for each of the supported configurable options listed above, and may serve as good examples for getting started.

Option NameSample Configuration Screenshot (Click for full size)
ssh_access<!-- image -->

Creating Packages

Packages define the pricing, welcome email, module and more. Packages can be assigned to Package Groups, and added to Order Forms. To create a Package, visit [Packages] > Browse, and click the "Create Package" button.

Creating a Package consists of several sections:

Basic

The Basic section consists of the following options:

Field NameDescription
Package NameEnter the name of this Package, it will be visible wherever services are listed and on any order forms.
Status"Active" is the default, "Inactive", and "Restricted" are also available.
Quantity AvailableIf this Package has a limited quantity available, enter the quantity, or leave it as "Unlimited".
DescriptionEnter a Description for this Package. HTML is allowed, and descriptions appear on order forms.
Configurable OptionsSelect the Configurable Option Group you created previously, to make those options available for this package.
ModuleSelect "Vesta" for the module.

Module Options

The Module Options section consists of the following options, which are specific to Vesta:

Field NameDescription
Server GroupSelect your VestaCP Server Group, or select "Any".
ServerSelect the VestaCP Server (If "Any" is selected from the Server Group, otherwise this will not be displayed)
Vesta Package NameEnter the Package Name as displayed in your VestaCP control panel under Packages that you would like to use.

Pricing

Field NameDescription
TermEnter the term for the desired pricing option. For example, if you wish to create a 3 month pricing option, enter 3 here.
PeriodSelect the period for this pricing option. "Day", "Week", "Month", "Year", and "One time" are options. The client will be invoiced every "term period", for example every 3 months if 3 is entered for term, and Month is selected for period.
CurrencySelect the currency this pricing option is available for.
PriceEnter the price for this pricing option.
Setup FeeIf there is a setup fee, enter it here.
Cancellation FeeIf there is a fee to cancel early, enter it here.

Click the "Add Additional Price" to add more pricing options. It's common for people to create 1 Month, 3 Month, 6 Month, and 1 Year price options. There are many possible combinations.

Welcome Email

<!-- image -->

The "Tags" section describes tags that may be used in the welcome email. The welcome email content is inserted into the "Service Creation" email template under [Settings] > [Company] > [Emails] > Service Creation. Only details unique to this service should be entered into the welcome email section for the package.

Sample Email

This sample email could be used in the Package Welcome Email section to help you get started. Be sure to enter content for your welcome email in both the HTML and Text sections.

Thank you for choosing us for your VestaCP Hosting!
Here are the details for your server:
VestaCP URL: https://{module.host_name}:{module.port}
Domain Name: {service.domain}
User Name: {service.username}
Password: {service.password}

Group Membership

If this is the first Package you are creating with this module, select the "Create a New Group" option, and enter a Group name. If you are adding a subsequent Package and wish for it to be part of the same group, select "Select from Available Groups", and move the group from the right to the left of the multi-select box.

When finished, click "Create Package" to create this package.

Final Steps

The only thing left to do is to add this Package Group to an order form so clients may place orders for your VestaCP servers. See Creating an Order Form for more details.

Common Errors

Error: DNS_RECORDS limit is reached :: upgrade user package

In VestaCP, under "Packages" edit the affected packages and increase the values as they relate to domains, including "Web Domains".

  • No labels