diff --git a/src/acs.cpp b/src/acs.cpp
index e1da46bd4fbce16a8fd14d90afdc6625d4a71ad7..c7e6c689b378ff45f999b51d672968ffe63a8b1c 100644
--- a/src/acs.cpp
+++ b/src/acs.cpp
@@ -1790,7 +1790,7 @@ void acs::refresh()
 			linac_strstat = strstat;
 			for (unsigned i=0; i<strstat.length(); i++) {
 				if (strstat[i] != ' ') {
-					strcpy(url, "http://fcsproxy.elettra.eu/docs/pss/register_alarm.php?user_inside=");
+					strcpy(url, "http://fcs-proxy-01.elettra.eu/pss/register_alarm.php?user_inside=");
 					web_read(url, strstat.c_str());
 					break;
 				}
@@ -1807,7 +1807,7 @@ void acs::refresh()
 			for (unsigned i=0; i<strstat.length(); i++) {
 				if (strstat[i] != ' ') {
 					cout << strstat.c_str() << ", len: "<< strlen(strstat.c_str()) << endl;
-					strcpy(url, "http://fcsproxy.elettra.eu/docs/pss/register_alarm.php?user_inside=");
+					strcpy(url, "http://fcs-proxy-01.elettra.eu/pss/register_alarm.php?user_inside=");
 					web_read(url, strstat.c_str());
 					break;
 				}
@@ -2755,7 +2755,7 @@ void acs::open_scrapersinfo_panel()
 
 void acs::open_alarmlist_panel()
 {
-	alarmlist_process->start("firefox 192.168.205.101/docs/fermi/pss.php?startdate=lastday");
+	alarmlist_process->start("/usr/local/firefox/firefox https://fcs-proxy-01.elettra.eu/pss/pss.php?startdate=last%201%20day");
 }
 
 void acs::switch_control_location()
@@ -2773,7 +2773,7 @@ void acs::switch_control_location()
 
 void acs::open_register()
 {
-	register_process->start("/usr/local/firefox/firefox http://fcsproxy.elettra.eu/docs/pss/register.php");
+	register_process->start("/usr/local/firefox/firefox https://fcs-proxy-01.elettra.eu/pss/register.php");
 }
 std::string myexec(const char* cmd) {
     char buffer[128];