diff --git a/Linphone/data/assistant/create-app-sip-account.rc b/Linphone/data/assistant/create-app-sip-account.rc
index a00ea1df1..e74b543db 100644
--- a/Linphone/data/assistant/create-app-sip-account.rc
+++ b/Linphone/data/assistant/create-app-sip-account.rc
@@ -30,7 +30,7 @@
stun,ice
- https://www.linphone.org:444/lft.php
+ https://files.linphone.org:443/http-file-transfer-server/hft.php
sips:rls@sip.linphone.org
diff --git a/Linphone/data/assistant/use-app-sip-account.rc b/Linphone/data/assistant/use-app-sip-account.rc
index 202236ebb..cd6975a3a 100644
--- a/Linphone/data/assistant/use-app-sip-account.rc
+++ b/Linphone/data/assistant/use-app-sip-account.rc
@@ -30,7 +30,7 @@
stun,ice
- https://www.linphone.org:444/lft.php
+ https://files.linphone.org:443/http-file-transfer-server/hft.php
sips:rls@sip.linphone.org
diff --git a/Linphone/tool/Constants.hpp b/Linphone/tool/Constants.hpp
index 16c5f309c..32f687ed7 100644
--- a/Linphone/tool/Constants.hpp
+++ b/Linphone/tool/Constants.hpp
@@ -56,7 +56,8 @@ public:
#endif // ifdef ENABLE_UPDATE_CHECK
static constexpr char DefaultXmlrpcUri[] = "https://subscribe.linphone.org:444/wizard.php";
- static constexpr char DefaultUploadLogsServer[] = "https://www.linphone.org:444/lft.php";
+ static constexpr char DefaultUploadLogsServer[] =
+ "https://files.linphone.org:443/http-file-transfer-server/hft.php";
static constexpr char DefaultContactParameters[] = "message-expires=2419200";
static constexpr char DefaultContactParametersOnRemove[] = "message-expires=0";
static constexpr int DefaultExpires = 600;