Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

Requirements

General questions about VestaCP
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
Graham
Posts: 57
Joined: Wed Sep 25, 2013 6:32 pm

Requirements
  • Quote

Post by Graham » Wed Sep 25, 2013 6:37 pm

I'd be really interested in finding out what the requirements are for running VestaCP and perhaps what's supported and what isn't etc.

Unfortunately there appears to be no way of finding out. The obvious approach of searching for 'requirements' doesn't work in the forum, apparently the word requirements is too common.

Thanks
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: Requirements
  • Quote

Post by skid » Thu Sep 26, 2013 5:24 am

Minimum recommended requirements are:
CPU: 768Mhz
Ram: 512M
HDD: 20Gb
OS: RHEL/CentOS 5,6
Top

Graham
Posts: 57
Joined: Wed Sep 25, 2013 6:32 pm

Re: Requirements
  • Quote

Post by Graham » Thu Sep 26, 2013 10:11 am

thanks Skid, I managed to get Vesta running on CentOS last night.

I have three more questions if you have a minute. I would ask these via support but I suspect other people may benefit from the answers:

Short of running each of the command-line commands and capturing the output, are any of them documented anywhere?
Before I look at writing a wrapper for the current CLI, are any of the common-line commands available through an API?
There's mention of a WHMCS plugin on the Vesta twitter feed, has that plugin been discontinued?
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: Requirements
  • Quote

Post by skid » Thu Sep 26, 2013 6:55 pm

I'm happy to know you managed it!

1. Documentation is on it's way. This forum is the best way to look for answers for now.
2. Admin API 100% ready and available via http. Use POST as request method. Here are some useful examples

Code: Select all

# Crete new user account "demo"
https://server-ip:8083/api/?&user=admin&password=currentpwd&cmd=v-add-domain&arg1=demo&arg2=d3m0p4ssw0rd&[email protected]

# Add domain demo.vestacp.com
https://server-ip:8083/api/?&user=admin&password=currentpwd&cmd=v-add-domain&arg1=demo&arg2=demo.vestacp.com

# Delete user demo
https://server-ip:8083/api/?&user=admin&password=currentpwd&cmd=v-delete-user&arg1=demo
3. WHMCS is in production and fully supported. To install it run following commands

Code: Select all

cd /home/wex/web/billing-whcms-site.ltdr/public_html/modules/servers
mkdir vesta
wget http://c.vestacp.com/0.9.8/rhel/whmcs-module.php -O vesta.php
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password