Mainos / Advertisement:

Ero sivun ”Vesta/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: https://[server_ip]:8083)
(Ak: Uusi sivu: https://www.omaserveri.info/lisaa-domain-vesta-cp-hallintapaneeliin/ (Finnish))
 
(19 välissä olevaa versiota samalta käyttäjältä ei näytetä)
Rivi 71: Rivi 71:
 
   https://[server_ip]:8083
 
   https://[server_ip]:8083
  
Käyttäjätunnus ja salasana tulostuu asennusohjelman päätyttyä automaattisesti.
+
A username and password will automatically be printed once the installation program is finished.
  
 
[[Tiedosto:Vesta first login.png|500px]]
 
[[Tiedosto:Vesta first login.png|500px]]
Rivi 79: Rivi 79:
 
[[Tiedosto:Vesta first login3.png|500px]]
 
[[Tiedosto:Vesta first login3.png|500px]]
  
=== Käyttäjän salasanan vaihto ===
+
=== Switching a users' password ===
  
Suosittelemme että vaihdat admin käyttäjän salasanan välittömästi ensimmäisen kirjautumisen jälkeen.
+
We recommend that you change the password for the admin user immediately after logging in for the first time.
  
Klikkaa oikealta yläkulmasta "admin", eli käyttäjänimesi
+
Click on "admin" (your username) from the top right corner.
  
 
[[Tiedosto:Vesta change password 1.png|500px]]
 
[[Tiedosto:Vesta change password 1.png|500px]]
  
Kirjoita uusi salasana ja valitse sivun alareunasta Save.
+
Type in the new password and select Save from the bottom of the page.
  
 
[[Tiedosto:Vesta change password 2.png|500px]]
 
[[Tiedosto:Vesta change password 2.png|500px]]
  
=== Uusi Webbisivu  ===
+
=== New Web page ===
  
Siirry Web välilehteen ja valitse Add Web Domain
+
Navigate to the Web tab and select Add Web Domain
  
 
[[Tiedosto:Vesta new web domain 1.png|500px]]
 
[[Tiedosto:Vesta new web domain 1.png|500px]]
  
Määritä Domainin nimi. Esimerkiksi example.com
+
Define the domain name, for instance example.com
  
Alias määrittyy automaattisesti www.example.com, voit itse lisätä ja muuttaa aliaksia.
+
The alias will automatically be defined (e.g. www.example.com), you can manually add and change aliases if you wish.
  
 
[[Tiedosto:Vesta new web domain 2.png|500px]]
 
[[Tiedosto:Vesta new web domain 2.png|500px]]
  
== Ohjauspaneelin poistaminen ==
+
== Removing the control panel ==
  
Tämä poistaa Vesta ohjauspaneelin, mutta ei muita paketteja ja sovelluksia.
+
This removes the Vesta control panel but not the other packages or applications.
  
 
=== Debian/Ubuntu ===
 
=== Debian/Ubuntu ===
  
Pysäytä palvelu
+
Stop service
  
 
   service vesta stop
 
   service vesta stop
  
Poistetaan paketit ja ohjelmistot
+
Remove packages and software
  
 
   apt-get remove vesta*
 
   apt-get remove vesta*
 
   rm -f /etc/apt/sources.list.d/vesta.list
 
   rm -f /etc/apt/sources.list.d/vesta.list
  
Postetaan käyttäjäkansio ja cron
+
Remove user folder and cron
  
 
   rm -rf /usr/local/vesta
 
   rm -rf /usr/local/vesta
Rivi 124: Rivi 124:
 
=== Red Hat / CentOS / Fedora L ===
 
=== Red Hat / CentOS / Fedora L ===
  
Pysäytetään palvelu
+
Stop service
  
 
   service vesta stop
 
   service vesta stop
  
Poistetaan paketit ja ohjelmistot
+
Remove packages and software
 
   yum remove vesta*
 
   yum remove vesta*
 
   rm -f /etc/yum.repos.d/vesta.repo
 
   rm -f /etc/yum.repos.d/vesta.repo
  
Poistetään käyttäjäkansio ja cron
+
Remove user folded and cron
 
   rm -rf /usr/local/vesta
 
   rm -rf /usr/local/vesta
  
== Lähteet ==
+
== Sources ==
  
https://www.omaserveri.info/vesta-hallintapaneelin-asennus/
+
https://www.omaserveri.info/vesta-hallintapaneelin-asennus/ (Finnish)
  
https://www.omaserveri.info/lisaa-domain-vesta-cp-hallintapaneeliin/
+
https://www.omaserveri.info/lisaa-domain-vesta-cp-hallintapaneeliin/ (Finnish)
  
 
http://vestacp.com/docs/#how-to-install-vesta
 
http://vestacp.com/docs/#how-to-install-vesta
  
 
https://forum.vestacp.com/viewtopic.php?f=10&t=3912#wrapper
 
https://forum.vestacp.com/viewtopic.php?f=10&t=3912#wrapper

Nykyinen versio 10. elokuuta 2015 kello 10.03

Muut kielet:
English • ‎suomi

Vesta is a simple management interface for administering web services. It includes all of the installation packages that you require for administering your web services.

"We would gladly accept feedback about this manual"

  • Nginx Proxy and Apache2 Web server
  • bind9 - DNS server
  • MySQL database server and phpmyadmin
  • E-mail server (exim4)
  • RoundCube -webmail
  • Dovecot
  • Fail2ban
  • FTP server (vsftpd)
  • SSL support and SNI (Server Name Identification)
  • DKIM support
  • Fast backups
  • Monitoring your system using graphs and other information
  • Virus protection and filtering spam mail
  • EPEL software storage
  • Easy to use and streamlined interface
  • Automatic updates
  • Graphical interface for firewall configuration


Installation

Make sure that you have APT packet management capability in your network. The installation program downloads packages from online repositories.

System requirements:

CPU: 768Mhz
Ram: 512M
HDD: 20Gb
OS: RHEL/CentOS 5,6

Vesta also works on Debian / Ubuntu.

Debian/Ubuntu

Download installation package

 wget http://vestacp.com/pub/vst-install.sh

Install the package

 bash vst-install.sh

Wait for the installation to finish. DO NOT close the terminal window!

If you run into an error while beginning to install, you can override it using the --force attribute.

 bash vst-install.sh --force

Red Hat / CentOS / Fedora

Download installation package

 curl -O http://vestacp.com/pub/vst-install.sh

Install the package

 bash vst-install.sh

Wait for the installation to finish. DO NOT close the terminal window!

Configuration

After installing Vesta you can configure it using your web browser in the address

 https://[server_ip]:8083

A username and password will automatically be printed once the installation program is finished.

Vesta first login.png

Vesta first login2.png

Vesta first login3.png

Switching a users' password

We recommend that you change the password for the admin user immediately after logging in for the first time.

Click on "admin" (your username) from the top right corner.

Vesta change password 1.png

Type in the new password and select Save from the bottom of the page.

Vesta change password 2.png

New Web page

Navigate to the Web tab and select Add Web Domain

Vesta new web domain 1.png

Define the domain name, for instance example.com

The alias will automatically be defined (e.g. www.example.com), you can manually add and change aliases if you wish.

Vesta new web domain 2.png

Removing the control panel

This removes the Vesta control panel but not the other packages or applications.

Debian/Ubuntu

Stop service

 service vesta stop

Remove packages and software

 apt-get remove vesta*
 rm -f /etc/apt/sources.list.d/vesta.list

Remove user folder and cron

 rm -rf /usr/local/vesta

Red Hat / CentOS / Fedora L

Stop service

 service vesta stop

Remove packages and software

 yum remove vesta*
 rm -f /etc/yum.repos.d/vesta.repo

Remove user folded and cron

 rm -rf /usr/local/vesta

Sources

https://www.omaserveri.info/vesta-hallintapaneelin-asennus/ (Finnish)

https://www.omaserveri.info/lisaa-domain-vesta-cp-hallintapaneeliin/ (Finnish)

http://vestacp.com/docs/#how-to-install-vesta

https://forum.vestacp.com/viewtopic.php?f=10&t=3912#wrapper

Mainos / Advertisement: