Softaculous https://www.softaculous.com/board/index.php? <![CDATA[Set up Webuzo server as SMTP?]]> https://www.softaculous.com/board/index.php?tid=19612&tpg=1#p59039 Thu, 06 Feb 2025 07:33:05 GMT https://www.softaculous.com/board/index.php?tid=19612&tpg=1#p59039 <![CDATA[DNSSEC]]> https://www.softaculous.com/board/index.php?tid=19600&tpg=1#p59038 Thu, 06 Feb 2025 01:23:53 GMT https://www.softaculous.com/board/index.php?tid=19600&tpg=1#p59038 <![CDATA[Webuzo 4.4.6 Launched]]> https://www.softaculous.com/board/index.php?tid=20001&tpg=1#p59037

Deploying non-LTS versions of services like MariaDB is not important in our industry. Deploying LTS versions quickly is important!

They should focus their efforts on deploying features that the community has been asking for for a long time and that are really important to us.

Don't get me wrong, many of these new features are great and necessary, but there are unnecessary features that should be left to community requests.

We are working hard to move from cPanel to Webuzo, but the development path of Webuzo has us thinking that maybe Directadmin will be the best option in the long term.


https://www.softaculous.com/board/index.php?tid=19393https://www.softaculous.com/board/index.php?tid=19393]]>
Wed, 05 Feb 2025 19:41:19 GMT https://www.softaculous.com/board/index.php?tid=20001&tpg=1#p59037
<![CDATA[I have gretap tunnel, but the vm: [error] Error: [0] Cannot read from socket]]> https://www.softaculous.com/board/index.php?tid=20009&tpg=1#p59036
I have gretap tunnel, but the vm [error] Error: [0] Cannot read from socket

Hi, can I ask for some help? I have gretap tunnel, but sometimes ping throws an error and slows down the internet.. What could be the problem? Error: Latency: FAILED [error] Cannot read: or [error] Trying to get interface information on non-initialized socket. Packet Loss: 4.7%

could you help me thank you very much

my vps server where the ip addresses are gretap:

ip link add gre4 type gretap local 134.55.55.55 remote 244.55.55.99 ttl 255

ip link set gre4 up
ip addr add 172.40.0.1/30 dev gre4

# mtu, mss fix
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

# ip routes

ip ro a 182.54.67.75/32 dev gre4
ip ro a 182.54.67.76/32 dev gre4
ip ro a 182.54.67.77/32 dev gre4
#----------
# arp tables
arp -s 182.54.67.75 $(cat /sys/class/net/eth0/address) -i eth0 pub
arp -s 182.54.67.76 $(cat /sys/class/net/eth0/address) -i eth0 pub
arp -s 182.54.67.77 $(cat /sys/class/net/eth0/address) -i eth0 pub
on my own server gretap:

ip link add gre4 type gretap local 244.55.55.99 remote 134.55.55.55 ttl 255
ip link set gre4 up

# create br
brctl addbr viifbr0
brctl addif viifbr0 gre4
ip link set viifbr0 up

# add ip to br
ip addr add 172.40.0.2/30 dev viifbr0

# mtu, mss fix
iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu


echo 1 > /proc/sys/net/ipv4/ip_forward
MTU:
enp8s0: 1500
gre4: 1462
viifbr0: 1462
VM servers: 1450
dmesg:

[  66.934227] systemd-journald[582]:
/var/log/journal/7029f2af40fb48f49e775ad9f6e1cacb/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[  87.340554] gre: GRE over IPv4 demultiplexor driver
[  87.368190] ip_gre: GRE over IPv4 tunneling driver
[  87.485386] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[  87.488041] viifbr0: port 1(gre4) entered blocking state
[  87.488048] viifbr0: port 1(gre4) entered disabled state
[  87.488058] gre4: entered allmulticast mode
[  87.488120] gre4: entered promiscuous mode
[  87.490665] viifbr0: port 1(gre4) entered blocking state
[  87.490674] viifbr0: port 1(gre4) entered forwarding state
Netplan:

network:
  version: 2
  renderer: networkd
  ethernets:
    enp8s0:
      dhcp4: no
      addresses:
        - 244.55.55.99/24
      routes:
        - to: default
          via: 244.55.55.1
      nameservers:
        addresses: [8.8.8.8,8.8.4.4]

Resolv:

nameserver 8.8.8.8
nameserver 8.8.4.4]]>
Wed, 05 Feb 2025 19:36:48 GMT https://www.softaculous.com/board/index.php?tid=20009&tpg=1#p59036
<![CDATA[Free credit for cloud users]]> https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59035
However after a new user has signed up and logged in, they are presented with  um.....  nothing..  no plans, and no idea what they should pay money for (so they dont), so we added the plans so they could see, and then when they click on any of them, they are asked to topup, this works fine.

But, it would be ideal and simpler if we could add a default minimal amount so that the plans show and they can trial the service.

Editing the default cur_bal in the user mysql structue should work, but it doesnt transpose to the users data for some reason, is there a cache ??

Thanks

Bill]]>
Wed, 05 Feb 2025 13:34:50 GMT https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59035
<![CDATA[Free credit for cloud users]]> https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59034

You can add transaction for the specific user from Admin panel->Billing->Add transaction.

]]>
Wed, 05 Feb 2025 13:23:32 GMT https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59034
<![CDATA[Free credit for cloud users]]> https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59033
Ive tried modifying the cur_bal deafult in the users table but it doesnt work, and I see there are no hooks for a new user login.

Should be simple...

]]>
Wed, 05 Feb 2025 11:25:48 GMT https://www.softaculous.com/board/index.php?tid=20008&tpg=1#p59033
<![CDATA[How to Block Broadcast Traffic on Bridge Network]]> https://www.softaculous.com/board/index.php?tid=19606&tpg=1#p59032
Quote From : mashhadhost August 31, 2024, 6:17 pm
Hi everyone,

We're having an issue with broadcast traffic on our bridge network. All virtual machines (VMs) connected to this bridge are receiving broadcast traffic, which is being counted in their traffic usage reports. This is causing inaccuracies and dissatisfaction among users.

Does anyone have a solution for blocking broadcast traffic between VMs on a bridge network or excluding this internal traffic from the usage calculations?

Thanks in advance!
https://www.softaculous.com/board/index.phpgeometry dash

Hello! Have you thought about segmenting the traffic using VLANs? By doing this, you can better segregate broadcast traffic between your bridge network's virtual machines. Additionally, it could be beneficial to see if your hypervisor offers the ability to filter or limit broadcast traffic. Tell us how it turns out!]]>
Wed, 05 Feb 2025 08:24:13 GMT https://www.softaculous.com/board/index.php?tid=19606&tpg=1#p59032
<![CDATA[Several VPSs or large server with Virtualizor]]> https://www.softaculous.com/board/index.php?tid=19956&tpg=1#p59031
Quote From : Bamboozled December 24, 2024, 4:03 am
I have 5 KVM VPSs hosted on Afterburst that I rent to some customers. I'm thinking if I would be better off renting ONE big hardware server, and using Virtualizor, install 5 KVM virtual servers on that hardware server. (English is not my mother tongue, so I hope I get myself clear).

Would it be cheaper (for me) to have ONE large hardware server, divide it in 5 or more virtual KVM servers and rent them to my clients, or is it better to have those 5 KVM servers on Afterburst? What should I take into account?

If having a large server is the best option, where do you recommend to rent a large bare metal server with 6 or more IPs (one for each VPS=?

Thanks a lot!

https://www.softaculous.com/board/index.phpslope game

You seem to be looking into a fantastic choice for your company! Because you'll have more control over performance and scaling, renting a single large physical server can frequently result in cost savings and improved resource management. But don't forget to account for things like setup fees, upkeep, and possible downtime. Additionally, confirm that the server provider provides the required capability for multiple IPs and virtualization. For bare metal solutions, it could be worthwhile to look into providers such as OVH, DigitalOcean, or Hetzner. I wish you luck in your choice!

]]>
Wed, 05 Feb 2025 08:20:50 GMT https://www.softaculous.com/board/index.php?tid=19956&tpg=1#p59031
<![CDATA[Trying to Install Virtualizor]]> https://www.softaculous.com/board/index.php?tid=19653&tpg=1#p59030
Quote From : ian_chains October 23, 2024, 9:45 am
Hello,
I am trying to install virtualizor on my server.
OS is ubuntu 24.04
I get this error when trying to install virtualizor:
https://www.softaculous.com/board/index.phpbasketball stars

An existing installation of Virtualizor has been detected !
If you continue to install Virtualizor, the existing installation
and all its Data will be lost
Do you want to continue installing ? [y/N]y
1) Installing Libraries and Dependencies
2) Installing PHP, MySQL and Web Server
3) Downloading and Installing Virtualizor
./install.sh: line 242: /usr/local/emps/bin/php: No such file or directory

ERROR :
There was an error while installing Virtualizor
Please check /root/virtualizor.log for errors
Exiting Installer


It appears that you are experiencing a few problems with the installation of Virtualizor. The primary issue is the identification of an existing installation, which raises the possibility that Virtualizor was already set up on your computer. Make sure you back up any vital data first, if you don't mind losing that information.


Regarding the `/usr/local/emps/bin/php` problem, it appears that the installer is unable to locate the PHP executable. You might wish to confirm that the necessary PHP and dependencies are installed successfully. To further identify the problem, look for additional specific error messages in the `virtualizor.log` file. I hope you'll get it operational soon and wish you luck!]]>
Wed, 05 Feb 2025 08:19:23 GMT https://www.softaculous.com/board/index.php?tid=19653&tpg=1#p59030