• Contact
  • Contact Us
  • Disclamer
  • Home 1
  • Home 2
  • Home 3
  • Privacy Policy
Friday, May 9, 2025
How VPS - How to use/setup VPS
  • Login
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
How VPS - How to use/setup VPS
No Result
View All Result
Home Operating System Debian

Installing AlternC on Debian Squeeze, Wheezy, Jessie

How VPS by How VPS
November 1, 2019
in Debian
0
Tips to Create ISO from CD, Watch User Activity and Check Memory Usages of Browser
0
SHARES
47
VIEWS
Share on FacebookShare on Twitter

Contents

  1. Step 1: Installing Git
  2. Step 2: Running the install script
  3. Step 3: Using the install script
  4. Step 4: Configuring AlternC
  5. Want to contribute?


AlternC is a free control panel intended on use for web servers. AlternC is a fork of the control panel used by free host Altern until it was closed in 2000. It is now maintained by a number of non-profit hosting providers.

Step 1: Installing Git

AlternC is open source and can be found in a Git repository on GitHub. We need to install Git on our Debian Squeeze, Wheezy, or Jessie server:

apt-get install git

Next, let’s clone the Git repository:

git clone https://www.github.com/AlternC/easy-install.git

Step 2: Running the install script

We can now run the install script. First, let’s go to the easy-install folder:

cd easy-install

Make the install script executable:

chmod +x install.sh

Finally, run the install script:

./install.sh

Step 3: Using the install script

=====                           Warning                            =====

This installation script helps to test or install AlternC for 
the first time and / or don't know so much about Linux, network etc.

Using this script will provide a working installation, but if you need 
something more specific you might prefer a custom installation.

To learn more about the choices made for this installer, please read 
http://www.alternc.org/simpleInstaller

Do you want to continue the installation? (Y/n)

Type ‘Y’ and press Enter to continue.

=====        Your AlternC server needs a public IP Address         =====

This makes it available on the web from everywhere in the world.

For your information, here are the internet addresses of this machine:

[YourServerIP]

Please provide the public IP address

AlternC now needs the public IP address of your Vultr server. If there’s just one internet address displayed, that’s probably your public IP. Make sure to double-check from my.vultr.com.

Enter your IP and press Enter.

=====              Your AlternC needs a domain name                =====

This domain name will be used to access the panel and send/receive mail.

You must use an original domain name dedicated for this purpose.
In other words, do not use a domain name intended to be your company or 
personal website. 
For example, 'example.com' is not good, unless your company is the 
hosting service by itself. 'panel.example.com' will work better, 
allowing you to still have your website on 'www.example.com'

If you are unsure, here are a few solutions: 
1.  Create a subdomain dedicated to AlternC on a domain name you own
2.  Use the free AlternC.net domain name service      

We recommand using the AlternC.net subdomain name if you are new to this.
You'll only need to request your subdomain on http://www.alternc.net and 
point it to the IP address you just provided.
Your AlternC domain name might then look like 'example.alternc.net'

Do you want to use AlternC.net domain name service? (Y/n)

AlternC needs a domain name it can run on. This can be a subdomain as well, such as panel.example.com. AlternC provides a free subdomain service, however it’s recommended to setup your own (sub)domain. This needs to point to your Vultr server.

As I will be setting up the (sub)domain myself, I will be entering ‘n’ now.

  For your information, this server hostname is :
  alternc

  Please provide your AlternC domain name

Enter your (sub)domain for AlternC here, for example panel.example.com or example.com. This can’t be a (sub)domain you’re planning on hosting on your AlternC server.

=====              Your AlternC needs DNS Servers                =====

Domain Name Servers announce addresses of the domain names on the web.

If you don't have at least two name servers with minimal redundancy, we
highly recommand you the free service we provide (see http://alternc.net )

Do you want to use AlternC.net name servers ?(Y/n)

AlternC requires DNS servers. If you do not have your own DNS servers, AlternC can provide DNS servers. If you want to use those, type ‘Y’, otherwise, type ‘n’. I’m going to use their DNS servers.

=====           Optional installation: roundcube webmail           =====

Roundcube is the webmail software proposed by AlternC.

We recommand adding it to your installation.

Would you like to install Roundcube? (Y/n)

Roundcube is popular software used for webmail. If you are planning on using webmail, we recommend using Roundcube.

=====      Optional installation: mailman mailing list manager     =====

Mailman is the mailing list software proposed by AlternC.

Would you like to install Mailman? (Y/n)

As AlternC has support for mailing lists, it gives you the option to install Mailman. I will not be using mailing lists or Mailman.

AlternC will start downloading prerequisites and installing after this. Note that this can take some time, as it has to install a LAMP stack and all other software AlternC depends on.

Step 4: Configuring AlternC

After the installation, AlternC will provide you with the username and password for the control panel itself as well as MySQL. Example:

************************************************************
*                                                                         *
*               Admin account                               *
*               ------------                                      *
*                                                                         *
* user: admin             password: admin        *
*                                                                         *
* Please change this as soon as possible! *
*                                                                         *
************************************************************

For MySQL:

An important password has just been generated.

It is the mysql root (or master) password.

This password has been stored in the root directory : /root/.my.cnf

For your information this password is : 

  x

Service apache2 is running OK

Service master is running OK

Service mysqld is running OK

You will now be able to access AlternC through the (sub)domain you have used.

Admin panel:

Installing AlternC on Debian Squeeze, Wheezy, Jessie

Congratulations, you have now successfully installed AlternC on your Vultr server!

Want to contribute?

You could earn up to $300 by adding new articles

Submit your article
Suggest an update
Request an article
Previous Post

How to Setup Quassel on Debian 9

Next Post

Setup MySQL Master-Slave Replication on Debian/Ubuntu

Next Post

Setup MySQL Master-Slave Replication on Debian/Ubuntu

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Recent Post

Install Imagemagick on CentOS
CentOS

Install Imagemagick on CentOS

by How VPS
June 28, 2023
0

This is how I installed Imagemagick on a vanilla CentOS server Start off by installing the prerequisites yum install php-pear...

Read more
how to Check phpinfo

How to Check phpinfo of Hosting or VPS?

June 28, 2023
Failed to download metadata for repo 'appstream' on Centos 8

How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

February 25, 2022
How to Fix MySQL Error "Plugin 'InnoDB' registration as a STORAGE ENGINE failed"?

How to Fix MySQL Error “Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed”?

November 17, 2020
How to optimize Mysql or MariaDB

How to optimize Mysql or MariaDB

November 3, 2020

Recent News

  • Install Imagemagick on CentOS
  • How to Check phpinfo of Hosting or VPS?
  • How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

Category

  • Arch
  • Authentication
  • Backups
  • BSD
  • Centmin Mod
  • CentOS
  • Control Panels
  • CoreOS
  • CWP
  • Debian
  • Directadmin
  • Encryption
  • Fedora
  • Firewalls
  • Hocvps Script
  • Hosting providers
  • Kloxo-MR
  • Linux
  • Mitigations
  • Operating System
  • Plesk
  • Reviews
  • Securing VPS/Servers
  • Security Patches
  • SSL Certificates
  • Uncategorized
  • Upgrading
  • VPS/Servers management guides
  • Vulnerability Detection
  • Web servers software
  • Webhosting Control Panel
  • About
  • Advertise
  • Careers
  • Contact

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
Thabet