Log in
Close

Installing daloRADIUS 2024

daloRADIUS

 


This guide will take you through the process of deploying a basic open-source AAA infrastructure on a dedicated instance of Debian 11 or 12 using the following components:

Please note that this guide has been fully tested on a Debian 11 environment, and the specific versions of the components used are mentioned in the above list.


install openssh server

---

To install SSH (Secure Shell) on most Linux distributions, it's typically already included by default. However, if for some reason it's not installed or you need to reinstall it, you can use your package manager to install it.

SSH connection refused

Tutorials

  1. Shut your guest Ubuntu down
  2. On Virtualbox go to Setting>network>Adapter1>Advanced>Portforwarding
  3. Name=SSH Hostport=2022 (or any port but 22) Guestport(22)
  4. Reboot your guest
  5. On you host open a Putty or whatever you use for SSH
  6. ssh user@127.0.0.1 -p2022 (or any port you mentioned as hostport)
  7. Have fun you are in

Installing CyberPanel

DataLife Engine

Requirements for Installation.

In order to install CyberPanel, you need to ensure that you meet the following requirements.

  • Server with fresh installation of Ubuntu 18.04, Ubuntu 20.04, AlmaLinux 8, Ubuntu 22.04, CloudLinux 8.
  • 1024MB RAM, or higher
  • 10GB Disk Space

LANBill Setup Firewall Rules

OpenVPN

/interface bridge filter add action=accept chain=input disabled=no in-bridge=LAN ip-protocol=udp mac-protocol=ip src-address=0.0.0.0/32 src-port=67-68

/interface bridge filter add action=accept chain=input disabled=no in-bridge=LAN mac-protocol=ip src-address=172.16.0.0/24

/interface bridge filter add action=drop chain=input disabled=no in-bridge=LAN mac-protocol=ip

how to install ovpn for mikrotik cloud system

OpenVPN

login to server

run this command

wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh

after run this command another command have to run again to generate ovpn file

see another post

openvpn config file code

OpenVPN

local 185.107.83.243
port 8443
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
#auth SHA512
auth none
#tls-crypt tc.key
topology subnet
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
#push "block-outside-dns"
keepalive 10 120
#cipher AES-256-CBC
cipher none
user nobody
group nogroup
persist-key
persist-tun
verb 3
crl-verify crl.pem

how to install phpnuxbill

---

  1. Buy VPS
  2. Install OS in VPS (if pre-installed then no need to install make sure your OS is Ubuntu)
  3. Login to VPS thorough ssh client (putty).
  4. Afte login update your VPS OS with the command (
    apt update
    apt dist-upgrade
  5. Run this command.

how to install openvpn

Server

run bellow command.

wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh

Best ISP Billing Cloud Web Application | Manage PPPoE and Hotspot | Wifi Zone Management System

PHP

Recently updated ISP Billing software as free and open source


Come inbox for paid support : whatsapp and telegram : +91 9547443406 (skype: md.whm)

Telegram Chat : https://t.me/iqbalgani

Email : iqbal@ovoserver.com

Buy Pre Installed and Hosting : www.ovoserve.com

Back Next

Navigation