To Configuring Self-Signed SSL / HTTPS Access 1) To install OpenSSL on your VPS: apt-get -y install openssl 2) To generate a self-signed certificate that ZPanel will use to secure your connection by using following commands: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -out /etc/pki/tls/certs/zpanel.crt -keyout /etc/pki/tls/certs/zpanel.key 3) To be configured to use […]
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
How to Configuring & Customising Ajenti on Ubuntu
Configuring Ajenti 1) To change the root user’s password to the “Configure” menu. 2) Click “Change password” on root account 3) Write a new password. 4) You can also create a new user, Select features you would like to grant the user access. 5) Click “Create” button. 6) Set the name by clicking “unnamed“ 7) Writing the […]
See MoreHow to Install Ajenti on Ubuntu
Ajenti is a simple, lightweight, free and open source tool with a web-based administration control panel. It allowing to manage ubuntu servers and this is similar to Webmin. Ajenti is provides fast and responsive web interface for managing small server set-ups and also best suitable for VPS and Dedicated servers. It has built with many […]
See More
You must be logged in to post a comment.