Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Can't install VestaCP, Ubuntu
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Can't install VestaCP, Ubuntu

Anybody have same problems?
trying to install vestaCp on ubuntu.

W: Failed to fetch http://apt.vestacp.com/quantal/dists/quantal/vesta/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Comments

  • Well, that directory does not exist. Nor do any of the parent directories. Did you follow this? I've installed vestaCP using that before, didn't like it and ended up removing it.

  • Yes i did all by http://vestacp.com/#install
    But no luck.

  • painfreepcpainfreepc Member
    edited January 2014

    this may sound like a stupid question - did you do apt-get update?


    Vesta Control Panel Install on ubuntu 12.04 / 13.04 fresh installed system
    -------------------------
    
    if you are not root, you need to typo "sudo" before each command
    or typo "sudo -i" to become root
    
    apt-get update
    
    if bind installed remove: 
    apt-get remove bind9 bind9* && apt-get remove --purge bind9
    
    if apache installed remove: 
    apt-get remove apache2 apache2* && apt-get remove --purge apache2
    
    install curl:
    apt-get install curl
    
    Download installation script: 
    curl -O http://vestacp.com/pub/vst-install.sh
    
    Run it:
    bash vst-install.sh
    
    user name is: admin
    make note of password
    go to login: https:// your-server-ip:8083
    =======================================================
    
    
     _|      _|  _|_|_|_|    _|_|_|  _|_|_|_|_|    _|_|
     _|      _|  _|        _|            _|      _|    _|
     _|      _|  _|_|_|      _|_|        _|      _|_|_|_|
       _|  _|    _|              _|      _|      _|    _|
         _|      _|_|_|_|  _|_|_|        _|      _|    _|
    
    Congratulations,
    you have successfully installed Vesta Control Panel
    

    if you need to save ram remove bind9 after vestacp install,

    if you need dns install maradns, ram use with a few sites will be less than 30 mb

    don't forget to edit vesta backup, by default vestacp saves 3 copies of everything.

    Thanked by 1zerriath
  • painfreepc, thank you for great Tutorial.

  • No problems with VESTA CP, but in the newer Ubuntu version, folowed by this tutorial.
    http://vpstrial.eu/vestacp-install-on-ubuntu-13-04/

  • DavidxDavidx Member

    @pauliakas said:
    No problems with VESTA CP, but in the newer Ubuntu version, folowed by this tutorial.
    http://vpstrial.eu/vestacp-install-on-ubuntu-13-04/

    The original creator of that blog post was Steve Tan: http://stevetan.me/ubuntu-13-04-vestacp-setup/

    Sad to see someone rip it off him.

  • Nice guide... will try to install it too..

  • petrispetris Member

    @David_P said:
    Sad to see someone rip it off him.

    Wow. They didn't even try to change anything other than the affiliate link.

  • DavidxDavidx Member

    @petris said:

    Yep

  • thanks painfreepc

Sign In or Register to comment.