diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..5135af0e45
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.exe filter=lfs diff=lfs merge=lfs -text
diff --git a/extras/deploy-scripts/pandora_deploy_community.sh b/extras/deploy-scripts/pandora_deploy_community.sh
index 0601c90688..fe4af3d924 100644
--- a/extras/deploy-scripts/pandora_deploy_community.sh
+++ b/extras/deploy-scripts/pandora_deploy_community.sh
@@ -170,7 +170,7 @@ http://rpms.remirepo.net/enterprise/remi-release-7.rpm \
https://repo.percona.com/yum/percona-release-latest.noarch.rpm"
execute_cmd "yum install -y $extra_repos" "Installing extra repositories"
-execute_cmd "yum-config-manager --enable remi-php74" "Configuring PHP"
+execute_cmd "yum-config-manager --enable remi-php80" "Configuring PHP"
# Install percona Database
#[ -f /etc/my.cnf ] && rm -rf /etc/my.cnf
diff --git a/extras/deploy-scripts/pandora_deploy_community_el8.sh b/extras/deploy-scripts/pandora_deploy_community_el8.sh
index 7c55b91ed2..fd4855f67b 100644
--- a/extras/deploy-scripts/pandora_deploy_community_el8.sh
+++ b/extras/deploy-scripts/pandora_deploy_community_el8.sh
@@ -20,7 +20,7 @@ LOGFILE="/tmp/pandora-deploy-community-$(date +%F).log"
# define default variables
[ "$TZ" ] || TZ="Europe/Madrid"
[ "$MYVER" ] || MYVER=57
-[ "$PHPVER" ] || PHPVER=7
+[ "$PHPVER" ] || PHPVER=8
[ "$DBHOST" ] || DBHOST=127.0.0.1
[ "$DBNAME" ] || DBNAME=pandora
[ "$DBUSER" ] || DBUSER=pandora
diff --git a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh
index 7c78908878..feced2cbe7 100644
--- a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh
+++ b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh
@@ -21,7 +21,7 @@ LOGFILE="/tmp/pandora-deploy-community-$(date +%F).log"
# define default variables
[ "$TZ" ] || TZ="Europe/Madrid"
-[ "$PHPVER" ] || PHPVER=7.4
+[ "$PHPVER" ] || PHPVER=8.0
[ "$DBHOST" ] || DBHOST=127.0.0.1
[ "$DBNAME" ] || DBNAME=pandora
[ "$DBUSER" ] || DBUSER=pandora
@@ -138,6 +138,9 @@ check_root_permissions
# Connectivity
check_repo_connection
+#Install awk, sed, grep if not present
+execute_cmd "apt install -y gawk sed grep" 'Installing needed tools'
+
# Systemd
execute_cmd "systemctl --version" "Checking SystemD" 'This is not a SystemD enable system, if tryng to use in a docker env please check: https://github.com/pandorafms/pandorafms/tree/develop/extras/docker/centos8'
@@ -155,7 +158,7 @@ execute_cmd "timedatectl set-timezone $TZ" "Setting Timezone $TZ"
execute_cmd "awk --version" 'Checking needed tools: awk'
execute_cmd "grep --version" 'Checking needed tools: grep'
execute_cmd "sed --version" 'Checking needed tools: sed'
-execute_cmd "apt --version" 'Checking needed tools: dnf'
+execute_cmd "apt --version" 'Checking needed tools: apt'
# Creating working directory
rm -rf "$WORKDIR" &>> "$LOGFILE"
diff --git a/pandora_agents/pc/AIX/pandora_agent.conf b/pandora_agents/pc/AIX/pandora_agent.conf
index 44b96cceac..0091dc48da 100644
--- a/pandora_agents/pc/AIX/pandora_agent.conf
+++ b/pandora_agents/pc/AIX/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, AIX version
+# Version 7.0NG.766, AIX version
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/FreeBSD/pandora_agent.conf b/pandora_agents/pc/FreeBSD/pandora_agent.conf
index c771ff5247..513191c42f 100644
--- a/pandora_agents/pc/FreeBSD/pandora_agent.conf
+++ b/pandora_agents/pc/FreeBSD/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, FreeBSD Version
+# Version 7.0NG.766, FreeBSD Version
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/HP-UX/pandora_agent.conf b/pandora_agents/pc/HP-UX/pandora_agent.conf
index 067ae51eb7..efdfbe7496 100644
--- a/pandora_agents/pc/HP-UX/pandora_agent.conf
+++ b/pandora_agents/pc/HP-UX/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, HP-UX Version
+# Version 7.0NG.766, HP-UX Version
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/Linux/pandora_agent.conf b/pandora_agents/pc/Linux/pandora_agent.conf
index 374f5295f2..cb8239a255 100644
--- a/pandora_agents/pc/Linux/pandora_agent.conf
+++ b/pandora_agents/pc/Linux/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, GNU/Linux
+# Version 7.0NG.766, GNU/Linux
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/NT4/cmp.exe b/pandora_agents/pc/NT4/cmp.exe
index 5ac8a30835..e2ec1bc62d 100644
Binary files a/pandora_agents/pc/NT4/cmp.exe and b/pandora_agents/pc/NT4/cmp.exe differ
diff --git a/pandora_agents/pc/NT4/cut.exe b/pandora_agents/pc/NT4/cut.exe
index a75f2963a7..13e2ffe8fb 100644
Binary files a/pandora_agents/pc/NT4/cut.exe and b/pandora_agents/pc/NT4/cut.exe differ
diff --git a/pandora_agents/pc/NT4/date.exe b/pandora_agents/pc/NT4/date.exe
index 069bae1481..8c42713953 100644
Binary files a/pandora_agents/pc/NT4/date.exe and b/pandora_agents/pc/NT4/date.exe differ
diff --git a/pandora_agents/pc/NT4/expr.exe b/pandora_agents/pc/NT4/expr.exe
index bce338407b..51e26d5588 100644
Binary files a/pandora_agents/pc/NT4/expr.exe and b/pandora_agents/pc/NT4/expr.exe differ
diff --git a/pandora_agents/pc/NT4/gawk.exe b/pandora_agents/pc/NT4/gawk.exe
index f4a2f21d3a..d86f83d0df 100644
Binary files a/pandora_agents/pc/NT4/gawk.exe and b/pandora_agents/pc/NT4/gawk.exe differ
diff --git a/pandora_agents/pc/NT4/getreg.exe b/pandora_agents/pc/NT4/getreg.exe
index 5e51053d84..6e7dfa57cd 100644
Binary files a/pandora_agents/pc/NT4/getreg.exe and b/pandora_agents/pc/NT4/getreg.exe differ
diff --git a/pandora_agents/pc/NT4/grep.exe b/pandora_agents/pc/NT4/grep.exe
index 9597377a38..cb29ed91c6 100644
Binary files a/pandora_agents/pc/NT4/grep.exe and b/pandora_agents/pc/NT4/grep.exe differ
diff --git a/pandora_agents/pc/NT4/head.exe b/pandora_agents/pc/NT4/head.exe
index 7f5ef8764a..9ef21e1f5f 100644
Binary files a/pandora_agents/pc/NT4/head.exe and b/pandora_agents/pc/NT4/head.exe differ
diff --git a/pandora_agents/pc/NT4/ls.exe b/pandora_agents/pc/NT4/ls.exe
index 388af5eb41..9ec7ea15a8 100644
Binary files a/pandora_agents/pc/NT4/ls.exe and b/pandora_agents/pc/NT4/ls.exe differ
diff --git a/pandora_agents/pc/NT4/md5.exe b/pandora_agents/pc/NT4/md5.exe
index 8bdc35ccc8..630421aa77 100644
Binary files a/pandora_agents/pc/NT4/md5.exe and b/pandora_agents/pc/NT4/md5.exe differ
diff --git a/pandora_agents/pc/NT4/pandora_agent.conf b/pandora_agents/pc/NT4/pandora_agent.conf
index 1bb65ac042..dddb8f7d83 100644
--- a/pandora_agents/pc/NT4/pandora_agent.conf
+++ b/pandora_agents/pc/NT4/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, GNU/Linux
+# Version 7.0NG.766, GNU/Linux
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/NT4/pandora_agent.exe b/pandora_agents/pc/NT4/pandora_agent.exe
index 9709b849c4..f87ec7f3b7 100644
Binary files a/pandora_agents/pc/NT4/pandora_agent.exe and b/pandora_agents/pc/NT4/pandora_agent.exe differ
diff --git a/pandora_agents/pc/NT4/pandora_exec.exe b/pandora_agents/pc/NT4/pandora_exec.exe
index f4fd0aa32b..a39039208b 100644
Binary files a/pandora_agents/pc/NT4/pandora_exec.exe and b/pandora_agents/pc/NT4/pandora_exec.exe differ
diff --git a/pandora_agents/pc/NT4/sort.exe b/pandora_agents/pc/NT4/sort.exe
index 8b583cff70..45d54876bc 100644
Binary files a/pandora_agents/pc/NT4/sort.exe and b/pandora_agents/pc/NT4/sort.exe differ
diff --git a/pandora_agents/pc/NT4/srvany.exe b/pandora_agents/pc/NT4/srvany.exe
index c7930cefa6..7071bdd7c1 100644
Binary files a/pandora_agents/pc/NT4/srvany.exe and b/pandora_agents/pc/NT4/srvany.exe differ
diff --git a/pandora_agents/pc/NT4/tail.exe b/pandora_agents/pc/NT4/tail.exe
index 36c2abc22f..baf603c232 100644
Binary files a/pandora_agents/pc/NT4/tail.exe and b/pandora_agents/pc/NT4/tail.exe differ
diff --git a/pandora_agents/pc/NT4/tentacle_client.exe b/pandora_agents/pc/NT4/tentacle_client.exe
index 9566f8cde2..48e5147d70 100644
Binary files a/pandora_agents/pc/NT4/tentacle_client.exe and b/pandora_agents/pc/NT4/tentacle_client.exe differ
diff --git a/pandora_agents/pc/NT4/tr.exe b/pandora_agents/pc/NT4/tr.exe
index 249cc46c09..026bef8e41 100644
Binary files a/pandora_agents/pc/NT4/tr.exe and b/pandora_agents/pc/NT4/tr.exe differ
diff --git a/pandora_agents/pc/NT4/unzip.exe b/pandora_agents/pc/NT4/unzip.exe
index b10387734a..4eff99bb94 100644
Binary files a/pandora_agents/pc/NT4/unzip.exe and b/pandora_agents/pc/NT4/unzip.exe differ
diff --git a/pandora_agents/pc/NT4/wc.exe b/pandora_agents/pc/NT4/wc.exe
index c0a2d1cd17..89d849732e 100644
Binary files a/pandora_agents/pc/NT4/wc.exe and b/pandora_agents/pc/NT4/wc.exe differ
diff --git a/pandora_agents/pc/SunOS/pandora_agent.conf b/pandora_agents/pc/SunOS/pandora_agent.conf
index fd39db1430..af8e110f90 100644
--- a/pandora_agents/pc/SunOS/pandora_agent.conf
+++ b/pandora_agents/pc/SunOS/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, Solaris Version
+# Version 7.0NG.766, Solaris Version
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/pc/Win32/PandoraAgent.exe b/pandora_agents/pc/Win32/PandoraAgent.exe
index 29370d1d5b..0a1a6c72b0 100644
Binary files a/pandora_agents/pc/Win32/PandoraAgent.exe and b/pandora_agents/pc/Win32/PandoraAgent.exe differ
diff --git a/pandora_agents/pc/Win32/pandora_agent.conf b/pandora_agents/pc/Win32/pandora_agent.conf
index 80b3ebef10..a7625d8d63 100644
--- a/pandora_agents/pc/Win32/pandora_agent.conf
+++ b/pandora_agents/pc/Win32/pandora_agent.conf
@@ -1,6 +1,6 @@
# Base config file for Pandora FMS Windows Agent
# (c) 2006-2021 Artica Soluciones Tecnologicas
-# Version 7.0NG.765
+# Version 7.0NG.766
# This program is Free Software, you can redistribute it and/or modify it
# under the terms of the GNU General Public Licence as published by the Free Software
# Foundation; either version 2 of the Licence or any later version
diff --git a/pandora_agents/pc/Win32/util/cmp.exe b/pandora_agents/pc/Win32/util/cmp.exe
index 5ac8a30835..e2ec1bc62d 100644
Binary files a/pandora_agents/pc/Win32/util/cmp.exe and b/pandora_agents/pc/Win32/util/cmp.exe differ
diff --git a/pandora_agents/pc/Win32/util/cut.exe b/pandora_agents/pc/Win32/util/cut.exe
index a75f2963a7..13e2ffe8fb 100644
Binary files a/pandora_agents/pc/Win32/util/cut.exe and b/pandora_agents/pc/Win32/util/cut.exe differ
diff --git a/pandora_agents/pc/Win32/util/date.exe b/pandora_agents/pc/Win32/util/date.exe
index 069bae1481..8c42713953 100644
Binary files a/pandora_agents/pc/Win32/util/date.exe and b/pandora_agents/pc/Win32/util/date.exe differ
diff --git a/pandora_agents/pc/Win32/util/expr.exe b/pandora_agents/pc/Win32/util/expr.exe
index bce338407b..51e26d5588 100644
Binary files a/pandora_agents/pc/Win32/util/expr.exe and b/pandora_agents/pc/Win32/util/expr.exe differ
diff --git a/pandora_agents/pc/Win32/util/gawk.exe b/pandora_agents/pc/Win32/util/gawk.exe
index f4a2f21d3a..d86f83d0df 100644
Binary files a/pandora_agents/pc/Win32/util/gawk.exe and b/pandora_agents/pc/Win32/util/gawk.exe differ
diff --git a/pandora_agents/pc/Win32/util/getreg.exe b/pandora_agents/pc/Win32/util/getreg.exe
index 5e51053d84..6e7dfa57cd 100644
Binary files a/pandora_agents/pc/Win32/util/getreg.exe and b/pandora_agents/pc/Win32/util/getreg.exe differ
diff --git a/pandora_agents/pc/Win32/util/grep.exe b/pandora_agents/pc/Win32/util/grep.exe
index 9597377a38..cb29ed91c6 100644
Binary files a/pandora_agents/pc/Win32/util/grep.exe and b/pandora_agents/pc/Win32/util/grep.exe differ
diff --git a/pandora_agents/pc/Win32/util/head.exe b/pandora_agents/pc/Win32/util/head.exe
index 7f5ef8764a..9ef21e1f5f 100644
Binary files a/pandora_agents/pc/Win32/util/head.exe and b/pandora_agents/pc/Win32/util/head.exe differ
diff --git a/pandora_agents/pc/Win32/util/ls.exe b/pandora_agents/pc/Win32/util/ls.exe
index 388af5eb41..9ec7ea15a8 100644
Binary files a/pandora_agents/pc/Win32/util/ls.exe and b/pandora_agents/pc/Win32/util/ls.exe differ
diff --git a/pandora_agents/pc/Win32/util/md5.exe b/pandora_agents/pc/Win32/util/md5.exe
index 8bdc35ccc8..630421aa77 100644
Binary files a/pandora_agents/pc/Win32/util/md5.exe and b/pandora_agents/pc/Win32/util/md5.exe differ
diff --git a/pandora_agents/pc/Win32/util/pandora_update.exe b/pandora_agents/pc/Win32/util/pandora_update.exe
index ccfe98aa0b..50563b3777 100644
Binary files a/pandora_agents/pc/Win32/util/pandora_update.exe and b/pandora_agents/pc/Win32/util/pandora_update.exe differ
diff --git a/pandora_agents/pc/Win32/util/puttygen.exe b/pandora_agents/pc/Win32/util/puttygen.exe
index 8a43b5cd1c..bc43a7072a 100644
Binary files a/pandora_agents/pc/Win32/util/puttygen.exe and b/pandora_agents/pc/Win32/util/puttygen.exe differ
diff --git a/pandora_agents/pc/Win32/util/snmpget.exe b/pandora_agents/pc/Win32/util/snmpget.exe
index f80ff56093..032a118429 100644
Binary files a/pandora_agents/pc/Win32/util/snmpget.exe and b/pandora_agents/pc/Win32/util/snmpget.exe differ
diff --git a/pandora_agents/pc/Win32/util/sort.exe b/pandora_agents/pc/Win32/util/sort.exe
index 8b583cff70..45d54876bc 100644
Binary files a/pandora_agents/pc/Win32/util/sort.exe and b/pandora_agents/pc/Win32/util/sort.exe differ
diff --git a/pandora_agents/pc/Win32/util/tail.exe b/pandora_agents/pc/Win32/util/tail.exe
index 36c2abc22f..baf603c232 100644
Binary files a/pandora_agents/pc/Win32/util/tail.exe and b/pandora_agents/pc/Win32/util/tail.exe differ
diff --git a/pandora_agents/pc/Win32/util/tentacle_client.exe b/pandora_agents/pc/Win32/util/tentacle_client.exe
index 9566f8cde2..48e5147d70 100644
Binary files a/pandora_agents/pc/Win32/util/tentacle_client.exe and b/pandora_agents/pc/Win32/util/tentacle_client.exe differ
diff --git a/pandora_agents/pc/Win32/util/tentacle_server.exe b/pandora_agents/pc/Win32/util/tentacle_server.exe
index 95e1e5325e..423348a7b8 100644
Binary files a/pandora_agents/pc/Win32/util/tentacle_server.exe and b/pandora_agents/pc/Win32/util/tentacle_server.exe differ
diff --git a/pandora_agents/pc/Win32/util/tr.exe b/pandora_agents/pc/Win32/util/tr.exe
index 249cc46c09..026bef8e41 100644
Binary files a/pandora_agents/pc/Win32/util/tr.exe and b/pandora_agents/pc/Win32/util/tr.exe differ
diff --git a/pandora_agents/pc/Win32/util/unzip.exe b/pandora_agents/pc/Win32/util/unzip.exe
index b10387734a..4eff99bb94 100644
Binary files a/pandora_agents/pc/Win32/util/unzip.exe and b/pandora_agents/pc/Win32/util/unzip.exe differ
diff --git a/pandora_agents/pc/Win32/util/wc.exe b/pandora_agents/pc/Win32/util/wc.exe
index c0a2d1cd17..89d849732e 100644
Binary files a/pandora_agents/pc/Win32/util/wc.exe and b/pandora_agents/pc/Win32/util/wc.exe differ
diff --git a/pandora_agents/shellscript/aix/pandora_agent.conf b/pandora_agents/shellscript/aix/pandora_agent.conf
index e97e94da0b..1558b0e45f 100644
--- a/pandora_agents/shellscript/aix/pandora_agent.conf
+++ b/pandora_agents/shellscript/aix/pandora_agent.conf
@@ -1,6 +1,6 @@
# Fichero de configuracion base de agentes de Pandora
# Base config file for Pandora agents
-# Version 7.0NG.765, AIX version
+# Version 7.0NG.766, AIX version
# General Parameters
# ==================
diff --git a/pandora_agents/shellscript/bsd-ipso/pandora_agent.conf b/pandora_agents/shellscript/bsd-ipso/pandora_agent.conf
index 4bb50c861e..253244c7ca 100644
--- a/pandora_agents/shellscript/bsd-ipso/pandora_agent.conf
+++ b/pandora_agents/shellscript/bsd-ipso/pandora_agent.conf
@@ -1,6 +1,6 @@
# Fichero de configuracion base de agentes de Pandora
# Base config file for Pandora agents
-# Version 7.0NG.765
+# Version 7.0NG.766
# FreeBSD/IPSO version
# Licenced under GPL licence, 2003-2007 Sancho Lerena
diff --git a/pandora_agents/shellscript/hp-ux/pandora_agent.conf b/pandora_agents/shellscript/hp-ux/pandora_agent.conf
index 3a394a861e..18b71e79fa 100644
--- a/pandora_agents/shellscript/hp-ux/pandora_agent.conf
+++ b/pandora_agents/shellscript/hp-ux/pandora_agent.conf
@@ -1,6 +1,6 @@
# Fichero de configuracion base de agentes de Pandora
# Base config file for Pandora agents
-# Version 7.0NG.765, HPUX Version
+# Version 7.0NG.766, HPUX Version
# General Parameters
# ==================
diff --git a/pandora_agents/shellscript/linux/pandora_agent.conf b/pandora_agents/shellscript/linux/pandora_agent.conf
index 332a9e5b64..bea94bc9fe 100644
--- a/pandora_agents/shellscript/linux/pandora_agent.conf
+++ b/pandora_agents/shellscript/linux/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765
+# Version 7.0NG.766
# Licensed under GPL license v2,
# (c) 2003-2021 Artica Soluciones Tecnologicas
# please visit http://pandora.sourceforge.net
diff --git a/pandora_agents/shellscript/mac_osx/pandora_agent.conf b/pandora_agents/shellscript/mac_osx/pandora_agent.conf
index 599d65ae6b..caa0816d30 100644
--- a/pandora_agents/shellscript/mac_osx/pandora_agent.conf
+++ b/pandora_agents/shellscript/mac_osx/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765
+# Version 7.0NG.766
# Licensed under GPL license v2,
# (c) 2003-2021 Artica Soluciones Tecnologicas
# please visit http://pandora.sourceforge.net
diff --git a/pandora_agents/shellscript/openWRT/pandora_agent.conf b/pandora_agents/shellscript/openWRT/pandora_agent.conf
index ab4d30af19..6f69daed5a 100644
--- a/pandora_agents/shellscript/openWRT/pandora_agent.conf
+++ b/pandora_agents/shellscript/openWRT/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765
+# Version 7.0NG.766
# Licensed under GPL license v2,
# please visit http://pandora.sourceforge.net
diff --git a/pandora_agents/shellscript/solaris/pandora_agent.conf b/pandora_agents/shellscript/solaris/pandora_agent.conf
index 44faa804d7..4be4e0f2e0 100644
--- a/pandora_agents/shellscript/solaris/pandora_agent.conf
+++ b/pandora_agents/shellscript/solaris/pandora_agent.conf
@@ -1,6 +1,6 @@
# Fichero de configuracion base de agentes de Pandora
# Base config file for Pandora agents
-# Version 7.0NG.765, Solaris version
+# Version 7.0NG.766, Solaris version
# General Parameters
# ==================
diff --git a/pandora_agents/unix/AIX/pandora_agent.conf b/pandora_agents/unix/AIX/pandora_agent.conf
index dd593ccfd6..38ca0e560e 100644
--- a/pandora_agents/unix/AIX/pandora_agent.conf
+++ b/pandora_agents/unix/AIX/pandora_agent.conf
@@ -1,5 +1,5 @@
# Base config file for Pandora FMS agents
-# Version 7.0NG.765, AIX version
+# Version 7.0NG.766, AIX version
# Licensed under GPL license v2,
# Copyright (c) 2003-2021 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
diff --git a/pandora_agents/unix/DEBIAN/control b/pandora_agents/unix/DEBIAN/control
index afbea35741..b07348640a 100644
--- a/pandora_agents/unix/DEBIAN/control
+++ b/pandora_agents/unix/DEBIAN/control
@@ -1,5 +1,5 @@
package: pandorafms-agent-unix
-Version: 7.0NG.765-221026
+Version: 7.0NG.766-221123
Architecture: all
Priority: optional
Section: admin
diff --git a/pandora_agents/unix/DEBIAN/make_deb_package.sh b/pandora_agents/unix/DEBIAN/make_deb_package.sh
index 3d6a014c29..acc2d806a7 100644
--- a/pandora_agents/unix/DEBIAN/make_deb_package.sh
+++ b/pandora_agents/unix/DEBIAN/make_deb_package.sh
@@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-pandora_version="7.0NG.765-221026"
+pandora_version="7.0NG.766-221123"
echo "Test if you has the tools for to make the packages."
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null
diff --git a/pandora_agents/unix/Darwin/dmg/build_darwin_dmg.sh b/pandora_agents/unix/Darwin/dmg/build_darwin_dmg.sh
index 127e7478b3..8b7d14dab2 100644
--- a/pandora_agents/unix/Darwin/dmg/build_darwin_dmg.sh
+++ b/pandora_agents/unix/Darwin/dmg/build_darwin_dmg.sh
@@ -31,7 +31,7 @@ fi
if [ "$#" -ge 2 ]; then
VERSION="$2"
else
- VERSION="7.0NG.765"
+ VERSION="7.0NG.766"
fi
# Path for the generated DMG file
diff --git a/pandora_agents/unix/Darwin/dmg/extras/distribution.xml b/pandora_agents/unix/Darwin/dmg/extras/distribution.xml
index e507a567e5..b9a6fc7997 100644
--- a/pandora_agents/unix/Darwin/dmg/extras/distribution.xml
+++ b/pandora_agents/unix/Darwin/dmg/extras/distribution.xml
@@ -19,11 +19,11 @@
- pandorafms_src.pdk
+ pandorafms_src.pdk
- pandorafms_uninstall.pdk
+ pandorafms_uninstall.pdk