diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php
index 93c06455fd..b854d66b75 100644
--- a/pandora_console/include/config_process.php
+++ b/pandora_console/include/config_process.php
@@ -209,7 +209,7 @@ if (!isset($config['inventory_changes_blacklist'])) {
 if (!isset($config['url_update_manager'])) {
     config_update_value(
         'url_update_manager',
-        'https://taldarim.artica.lan/pandoraupdate7/server.php'
+        'https://licensing.artica.es/pandoraupdate7/server.php'
     );
 }
 
diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php
index 08931feaf8..96f266fc1e 100644
--- a/pandora_console/include/functions_config.php
+++ b/pandora_console/include/functions_config.php
@@ -3087,10 +3087,10 @@ function get_um_url()
         $url = $config['url_update_manager'];
         $url = substr($url, 0, (strlen($url) - strpos(strrev($url), '/')));
     } else {
-        $url = 'https://taldarim.artica.lan/pandoraupdate7/';
+        $url = 'https://licensing.artica.es/pandoraupdate7/';
         config_update_value(
             'url_update_manager',
-            'https://taldarim.artica.lan/pandoraupdate7/server.php'
+            'https://licensing.artica.es/pandoraupdate7/server.php'
         );
     }