arrow_upward

Posted by: xdude - 09-19-2015, 04:23 PM - Forum: General - Replies (52)
It's been a while since i have watched any Anime series. I used to be an addict for those. Specially for Naruto and Bleach. Also for other Comedy/Ecchi type Anime series.

When I was a kid I used to watch so many dubbed Mecha Anime but I had no idea those were Japanese stuff. Those days my favorites were Voltron and RoboTech. Both these Anime had been released in mid 80s but I watched those in 90s.
Posted by: KBStorm - 09-19-2015, 12:02 PM - Forum: General Gaming Discussion - Replies (32)
Hi guys lets share your all time pc games which is your favorite pc games.

Here is my favorite pc games.


1. Grand Theft Auto ( 5, 4, 3, Vice City, SA, LC )
2. Max Payne 2 & 3
3. Tomb Rider
4. IGI
5. Sniper Ghost
6. Need for Speed
7. The Witcher 3: Wild Hunt
8. Battlefield 4
9. Call of Duty: Black Ops 2
Posted by: KBStorm - 09-18-2015, 02:07 PM - Forum: Suggestions and Feedback - Replies (8)
Hello admins can we get a mobile theme for mobile users because its take too time to load in slow internet connection. whats your opinion ?
Posted by: Conan - 09-18-2015, 12:22 PM - Forum: Suggestions and Feedback - Replies (5)
Here is a suggestion to add the spoiler BB Code.


It actually helps lessen the clutter and organize some posts.

Like tutorials. When this part has an A or B option. Like different commands for systemd and initd of different linux distros.
Posted by: xdude - 09-18-2015, 12:18 PM - Forum: Other Free Service Providers - Replies (5)
I think this is the best free site monitoring service out there. You can monitor upto 50 sites/servers/ips for totally free. Also you can Ping or check Http in every 5 minutes or more. It sends to a mail when server is down and also a mail when its up again so you would know how long the down time was.


Code:
http://uptimerobot.com/

Posted by: xdude - 09-17-2015, 04:14 PM - Forum: General - Replies (97)
What kind of phone you guys use ?

For a long time I stay out of smart phones but finally I gave up and decided to buy one. Not one of those expensive one. Just a budget phone. Something like Samsung Grand Prime or maybe a Samsung S4 because it has some nice features even it's old.
Posted by: Conan - 09-15-2015, 04:53 PM - Forum: Suggestions and Feedback - Replies (9)
Add a Pagination on top of the thread.
Add a New Thread button on top.

Fix Permissions on VPS Requests Sub-forum so users can see their own posts/threads.
Make a VPS Application form.
Posted by: xdude - 09-15-2015, 02:47 PM - Forum: General Gaming Discussion - Replies (36)
The first online game I played was Evony.  It was fun but I got bored since with a war game like that it's hard to do anything else since you have to keep an eye on your cities all the time. Now I play this city building game called Anno Online. It's a pretty cool game no wars so less stress.
Posted by: catfanbrother - 09-14-2015, 06:56 PM - Forum: Meet & Greet! - Replies (2)
hello all, this is brother of catfan.

he say to me: "go here and continue my work! i prepare many good tutorial and do not want to see this as a waste!". He also say when he is allowed back he file official complaint with the grand admin for untruth on his last post but i dont know much about this and i not go ask him. he is given me all tutorial and go next door make cat college for calm down. it is better like this... very.

ok, this is everything about me Smile
this place seems good. there will be fun!
Posted by: alaa92 - 09-14-2015, 06:19 PM - Forum: Tutorials - Replies (2)
Introduction

Ajenti is an open source, web-based control panel that can be used for a large variety of server management tasks. It can install packages and run commands, and you can view basic server information such as RAM in use, free disk space, etc. All this can be accessed from a web browser. Optionally, an add-on package called Ajenti V allows you to manage multiple websites from the same control panel.

[Image: ajenti-control-panel.png]


Prerequisites

Before you can install Ajenti, you need:
  • Registered domain name or you can use your server IP Address
  • Clean Ubuntu 14.04 Droplet configured with the host name panel.example.org
  • A non-root user with sudo privileges.
All the commands in this tutorial should be run as a non-root user. If root access is required for the command, it will be preceded by sudo


Installing Ajenti

In this step, we will install the Ajenti core panel.
On your server, as a user with sudo access, first add the repository key. This is used to validate the sources of the Ajenti packages you will be installing.
Code:
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -

Then add the actual repository to your sources list:
Code:
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list

Now you can update your packages and begin the install process by running:
Code:
sudo apt-get update && sudo apt-get install ajenti

When it prompts you to continue, type
Code:
Y

and press
Code:
ENTER

The install process may take a few minutes. After the process is over, start the Ajenti server:
Code:
sudo service ajenti restart

If all goes well, the last line in your console should say
Code:
* started

You can continue to the next step.


Configuring Ajenti

Here we will make a few important starting modifications to your control panel. Open a web browser and browse to
Code:
https://panel.your_domain_name:8000/

If you did not configure a registered domain name to point to your Droplet as panel.yourdomainname, you will need to go to
Code:
https://your_server_ip:8000/

Note: You will get a privacy error (a red lock in Chrome). This is completely normal because Ajenti uses a self-signed certificate by default. There is no reason to change this, and your connection is still secure.

In Google Chrome, click the Advanced link on the Privacy error page, and then click
Code:
Proceed to panel.example.com.

Once again, this is not unsafe.

Log in with these default credentials:

Username
: root (if not work try admin)
Password: admin

You will now be inside your new Ajenti control panel.
[Image: ajenti-control-panel-2.png]

Before we do anything else, click the Password option in the sidebar. Under old password type admin and then set a new password. From this moment on, to log into your control panel you will use:

Username: root
Password: your_new_password

Now click the Configure option in the left sidebar, it will be right above Password. Scroll down to the bottom, and click the Restart button. When it prompts you to restart Ajenti, click OK. This is restarting the Ajenti service. While it is doing so, your browser will display
Code:
Reconnecting...

If this goes on for more than a minute, refresh your browser page.

After it restarts, log in with your new credentials and proceed to the next step.


Customizing Ajenti

The main page in Ajenti is the dashboard, and it can be customized to serve lots of useful and relevant information in an easy to read manner. By default a few widgets are already shown such as CPU Usage and Uptime. More widgets can easily be added by clicking the Add Widget button in the top right corner of the screen.
[Image: ajenti-add-widgets.png]


Plugins

Ajenti already has a lot of functionality built in by default, but if you want even more settings and configurable items in your panel, you can check out the Plugins section. Some plugins are enabled by default, while others aren't, usually due to unsatisfied dependencies.

You can install disabled plugins by clicking on them in the Plugins menu and pressing the button next to the dependency it requires. Otherwise, if you later install an application manually and Ajenti has a plugin for, you can restart Ajenti and the corresponding menu should appear next time you log in.


System Management

Under the System section in the sidebar, there's a plethora of configurable items to choose from. You can manage hard drives with the Filesystems menu, change the nameservers of your Droplet in Nameservers, add any packages and applications you'd need in the Packages section, and much more.

Filesystems menu:

[Image: ajenti-filesystems.png]


Nameservers menu:

[Image: ajenti-nameservers.png]


Users menu:

[Image: ajenti-users.png]


Packages menu:

[Image: ajenti-packages.png]


Installing Ajenti V to Setup a Website


Optionally, you can now install Ajenti V, which will allow you to make a website. In your Ajenti control panel on the left sidebar, click the Terminal option. It's located under the Tools section. This terminal functions as a terminal emulator in your browser for direct access to your server. Click + New at the top of the screen, and click the middle of the empty black box that appears. This will open up the terminal. It may take a moment to load.

Note: Commands run in the Ajenti terminal will be run as the root user.

Towards the bottom of the screen there is a box labeled Paste here. Click inside that and paste the following command into that box:
Code:
apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm ajenti-v-mail ajenti-v-nodejs php5-mysql

Then press ENTER. When prompted whether or not to install the packages, type Y, and then press ENTER again. Some popups may appear on the screen such as this:
[Image: ajenti-v-installation.png]

For prompts such as these, just press ENTER for the options that are preselected. No configuration is required. MySQL may ask you multiple times to enter a root password. Press ENTER when it asks to keep the current password, which is fine for the purposes of this tutorial.

When it finishes, click the X next to Terminal 0 at the top of the screen to return to the home. Go back to the Configure menu from the sidebar, and restart Ajenti with the button at the bottom of the screen. You will need to log in again.


When Ajenti restarts, you should see a Web section in the sidebar and a Websites option immediately below that. From the Websites view you can add and manage websites as well as monitor your configuration to make sure everything is working properly.
[Image: ajenti-websites.png]



Conclusion

Ajenti and Ajenti V are now installed on your server.
Pages (304): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,079
» Forum posts: 34,794

Full Statistics

Online Users
There are currently 187 online users.
» 0 Member(s) | 184 Guest(s)
Bing, Google, Applebot

Latest Threads
HDRHost - The New Free We...
Forum: Other Free Service Providers
Last Post: Pacific Spirit
04-14-2024, 01:37 PM
» Replies: 0
» Views: 32
WHMCS/Blesta Addons - Upt...
Forum: Others
Last Post: DewlanceHosting
03-19-2024, 11:24 AM
» Replies: 5
» Views: 3,099
🌟 Introducing VCCPro.com ...
Forum: General
Last Post: bestadvisor
03-05-2024, 09:03 PM
» Replies: 0
» Views: 107
microLXC Public Test
Forum: Free VPS Providers
Last Post: Manal
02-14-2024, 06:08 AM
» Replies: 51
» Views: 16,920
Dewlance - Free Hosting, ...
Forum: Other Free Service Providers
Last Post: DewlanceHosting
02-12-2024, 11:07 AM
» Replies: 0
» Views: 134
Multiple IPs VPS in Franc...
Forum: Cheap Providers
Last Post: HostNamaste
01-23-2024, 04:04 AM
» Replies: 0
» Views: 184
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
01-02-2024, 12:00 PM
» Replies: 0
» Views: 497
earn money with your webs...
Forum: Make Money
Last Post: andreyi1979
11-16-2023, 08:39 AM
» Replies: 10
» Views: 4,426
🪔Diwali Special OFFERS fo...
Forum: Others
Last Post: visualwebtechnologies
11-12-2023, 03:28 PM
» Replies: 0
» Views: 413
Windows VPS with Android...
Forum: Cheap VPS Providers
Last Post: vps-rdp
10-04-2023, 01:56 PM
» Replies: 0
» Views: 1,228

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting