| More Testimonials can be found here. |
|
Some testimonials on
WebHostingTalk.com
|
RVSkin
is an awesome skin for cPanel my clients love the ease and features of
RVSkin. The #1 item about the RVSkin is that it is updated on a
regular basis with new features and languages. Out of all the skins we
have tried, the RVSkin is by far the best supported skin out there.
Keep up the good work and thanks for a great product.
|
 |
| Colorteck Network |
|
| RVSkin :: Installation |
|
- SSH as root to server that was registered while purchasing the
license and run:
mkdir /root/rvadmin; cd /root/rvadmin; wget http://download.rvglobalsoft.com/download.php/download/rvskin-auto/saveto/rvauto.tar.bz2; bunzip2 -d rvauto.tar.bz2; tar -xvf rvauto.tar; perl /root/rvadmin/auto_rvskin.pl
Answer a couple of questions on your shell, and wait until it
finishes. First installation will take 2- 5 minutes to install.
Installer will create a new hosting account 'rvadmin'. Don't
terminate it. It will be used for internal RVSkin configuration
management.
If you have any problem, please read the installation troubleshooting
here.
If your problem is not addressed by the help documents, please contact us here.
- Log in to RVSkin Manager. Both root and reseller are able to
access RVSkin Manager in WHM / Plugins (at the bottom left menu). If
you cannot find the RVSkin Manager menu, please close WHM and open it
again.
If there is no messages display on the skin,
please run this command on your SSH.
rm -f /usr/local/cpanel/Cpanel/rvversion
perl /root/rvadmin/auto_rvskin.pl
- In RVSkin Manager:
- Set global configuration
- Set default language
- Create default feature list for user and for reseller
- Set tweak setting, reseller feature control, body links, top
links, help, tutorial links, and etc.
- Test configuration setting in 2 hosting accounts.
- rvadmin: this account can consider to be account belong to root
- reseller's client: this account will reflect setting from
reseller skin manager. If it is not configured, it will remain
anonymous.
- Change user cPanel to RVSkin
themes
- Change cPanel language to the
new language
|
Since v.5.72 you can set clustering system to manage all
configurations from a Master Server in rvadmin Skin Manager. If you
want to do it manually, please follow instruction here:
SSH on the master server:
cd /home/rvadmin
rm -f rvskinconf.tar
tar -rvf rvskinconf.tar `ls -l | grep -v '^[d|l]' | awk '{ print $9
}'`
tar -rvf rvskinconf.tar conf/*
tar -rvf rvskinconf.tar cpanelbranding/*
tar -rvf rvskinconf.tar rvyrlang/*
tar -rvf rvskinconf.tar rvhelp/*
tar -rvf rvskinconf.tar rawpage/*
rm -f public_html/rvskinconf.tar
mv rvskinconf.tar public_html/
SSH on the new server:
cd /home/rvadmin
rm -f rvskinconf.tar
wget http://MASTERSERVER_IP/~rvadmin/rvskinconf.tar
tar -xvf rvskinconf.tar
chown rvadmin:rvadmin `ls -l | grep -v '^[d|l]' | awk '{ print $9 }'`
chown rvadmin:rvadmin -R conf
chown rvadmin:rvadmin -R cpanelbranding
chown rvadmin:rvadmin -R rvyrlang
chown rvadmin:rvadmin -R rvhelp
chown rvadmin:rvadmin -R rawpage
rm -f rvskinconf.tar
In rvadmin skin manager at Database Setup, change
database information to the master server.
Change user cPanel to RVSkin themes
- Change default theme to RVSkin theme (rvskin, rvskilight, and
etc.). In WHM >> Server Configuration >> Basic cPanel/WHM Setup
search for 'Default cPanel Theme', and change the text field to your
desired theme.
- Change RVSkin theme to be the default for each hosting package,
and change current hosting accounts theme to RVSkin theme. There are
2 ways:
- Changing in WHM:
- In WHM / Packages / Edit Packages and modify hosting account
theme for hosting package one by one. After change cPanel will try
to update current hosting accounts using this package to the new
theme. If you have a large number of accounts on the server, you
will get an equal number of email notifications from cPanel.
- Changing in SSH:
Change cPanel language to the new language
perl /root/rvadmin/convert_lang.pl
convert_lang.pl is a Generic Language Converter with the following
options:
- Convert language based on owner of the account (root, or reseller
name) or current language
- Convert all languages in the server to the new language or
selective language to the new language
- Convert all accounts of a selective reseller or all resellers to
the new language
|
|