cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.0.219:80 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 20:53:54 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://telesaas.com.br/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oe49MhHYch7W8vwwOGfw8OAF3L94imviKZRmCTgc2j9AXcdGv2newXuy2vyYp1DF3K8Gj7tbU6oRq8yZe0W3CvCwJG0Pw9Z5yUJcOzFWEA%3D%3D"}]}
CF-RAY: 9c2a2ee21e57dcb8-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 104.21.0.219:443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 20:53:54 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Expires: Fri, 23 Jan 2026 20:53:54 GMT
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
X-Frame-Options: DENY
Vary: Cookie
vary: accept-encoding
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=vXWKT39xgKLNGd8KxSd6JuJrB7Bp4jNM; expires=Fri, 22 Jan 2027 20:53:54 GMT; Max-Age=31449600; Path=/; SameSite=None; Secure
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BofFKaHGCVGxvrGuaKmpU6Kl8yW77z9c1r1jnj3lRm2ew3zoBELkICDyn5BNb0G%2BC1blqX2fytLQ%2BXfbutE2IBBalgwAPSOSpJeuVzvV6w%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c2a2ee37af4d840-FRA
alt-svc: h3=":443"; ma=86400
Page title: Telesaas
<!DOCTYPE html>
<html lang="pt-BR" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Social Media Meta Tags -->
<!-- Main domain meta tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Telesaas" />
<meta name="twitter:title" content="Telesaas" />
<meta property="og:url" content="https://telesaas.com.br/" />
<meta property="og:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Core Css -->
<link rel="stylesheet" href="/static/assets/css/styles.css" />
<link rel="stylesheet" href="/static/assets/css/custom-style.css" />
<script defer src="/static/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/jquery-3.7.1.min.js"></script>
<!-- Bloco dehead adicional -->
<script src="/static/assets/js/vue/vue.global.js"></script>
<script src="/static/assets/js/vue/vue_router.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
$('[data-bs-toggle="tooltip"]').tooltip();
})
function getCsrfToken() {
// Primeiro tenta pegar do cookie
const cookieValue = document.cookie
.split('; ')
.find(row => row.startsWith('csrftoken='))
?.split('=')[1];
// Se não encontrar no cookie, tenta pegar do DOM
if (!cookieValue) {
const csrfInput = document.querySelector('[name=csrfmiddlewaretoken]');
return csrfInput ? csrfInput.value : '';
}
return cookieValue;
}
// Helper function for DOM ready
function onDomReady(callback, options = {}) {
const {
elements = [],
globals = [],
timeout = 10000,
interval = 100
} = options;
function isDomReady() {
return document.readyState !== 'loading';
}
function areElementsReady() {
if (elements.length === 0) return true;
return elements.every(selector => document.querySelector(selector) !== null);
}
function areGlobalsReady() {
if (globals.length === 0) return true;
return globals.every(globalName => typeof window[globalName] !== 'undefined');
}
function isEverythingReady() {
return isDomReady() && areElementsReady() && areGlobalsReady();
}
function checkAndExecute() {
if (isEverythingReady()) {
callback();
return;
}
const startTime = Date.now();
const checker = setInterval(() => {
if (isEverythingReady()) {
clearInterval(checker);
callback();
} else if (Date.now() - startTime > timeout) {
clearInterval(checker);
console.error('onDomReady timeout - Missing:', {
elements: elements.filter(sel => !document.querySelector(sel)),
globals: globals.filter(name => typeof window[name] === 'undefined')
});
}
}, interval);
}
if (!isDomReady()) {
document.addEventListener('DOMContentLoaded', checkAndExecute);
} else {
checkAndExecute();
}
}
</script>
<style>
:root {
--main-color: #00a79d;
--main-color-dark: #ff8a94;
--main-color-hover: #00d0c4;
}
</style>
<link rel="shortcut icon" type="image/png" href="/media/system_favicons/teleSaas-favicon.png" />
<title>Telesaas</title>
<script>
window.currentUserInfo = {};
window.currentUserInfo.isAuthenticated = false;
</script>
<link rel="stylesheet" href="/static/assets/css/login.css" />
<link rel="stylesheet" hre
Open service 2606:4700:3035::6815:db:443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 20:53:53 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Expires: Fri, 23 Jan 2026 20:53:53 GMT
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
X-Frame-Options: DENY
Vary: Cookie
vary: accept-encoding
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=ksecGXEV4tGP33sZHWhLRp0UE8Q9TUCL; expires=Fri, 22 Jan 2027 20:53:53 GMT; Max-Age=31449600; Path=/; SameSite=None; Secure
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=g65YLPNelQ2v0WB13aRuJy8wjbCYFICExxB6UIjP9kZavRjY0McmDXVau21n%2BYoBV0H1aISagq7b9poeaaiOF7IKvTk1PqOOYRJflAUuFFkp0DXy3eLPHUo%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=426
CF-RAY: 9c2a2ee1b80009ae-EWR
alt-svc: h3=":443"; ma=86400
Page title: Telesaas
<!DOCTYPE html>
<html lang="pt-BR" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Social Media Meta Tags -->
<!-- Main domain meta tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Telesaas" />
<meta name="twitter:title" content="Telesaas" />
<meta property="og:url" content="https://telesaas.com.br/" />
<meta property="og:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Core Css -->
<link rel="stylesheet" href="/static/assets/css/styles.css" />
<link rel="stylesheet" href="/static/assets/css/custom-style.css" />
<script defer src="/static/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/jquery-3.7.1.min.js"></script>
<!-- Bloco dehead adicional -->
<script src="/static/assets/js/vue/vue.global.js"></script>
<script src="/static/assets/js/vue/vue_router.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
$('[data-bs-toggle="tooltip"]').tooltip();
})
function getCsrfToken() {
// Primeiro tenta pegar do cookie
const cookieValue = document.cookie
.split('; ')
.find(row => row.startsWith('csrftoken='))
?.split('=')[1];
// Se não encontrar no cookie, tenta pegar do DOM
if (!cookieValue) {
const csrfInput = document.querySelector('[name=csrfmiddlewaretoken]');
return csrfInput ? csrfInput.value : '';
}
return cookieValue;
}
// Helper function for DOM ready
function onDomReady(callback, options = {}) {
const {
elements = [],
globals = [],
timeout = 10000,
interval = 100
} = options;
function isDomReady() {
return document.readyState !== 'loading';
}
function areElementsReady() {
if (elements.length === 0) return true;
return elements.every(selector => document.querySelector(selector) !== null);
}
function areGlobalsReady() {
if (globals.length === 0) return true;
return globals.every(globalName => typeof window[globalName] !== 'undefined');
}
function isEverythingReady() {
return isDomReady() && areElementsReady() && areGlobalsReady();
}
function checkAndExecute() {
if (isEverythingReady()) {
callback();
return;
}
const startTime = Date.now();
const checker = setInterval(() => {
if (isEverythingReady()) {
clearInterval(checker);
callback();
} else if (Date.now() - startTime > timeout) {
clearInterval(checker);
console.error('onDomReady timeout - Missing:', {
elements: elements.filter(sel => !document.querySelector(sel)),
globals: globals.filter(name => typeof window[name] === 'undefined')
});
}
}, interval);
}
if (!isDomReady()) {
document.addEventListener('DOMContentLoaded', checkAndExecute);
} else {
checkAndExecute();
}
}
</script>
<style>
:root {
--main-color: #00a79d;
--main-color-dark: #ff8a94;
--main-color-hover: #00d0c4;
}
</style>
<link rel="shortcut icon" type="image/png" href="/media/system_favicons/teleSaas-favicon.png" />
<title>Telesaas</title>
<script>
window.currentUserInfo = {};
window.currentUserInfo.isAuthenticated = false;
</script>
<link rel="stylesheet" href="/static/assets/css/login.css" />
<link rel="stylesheet" hre
Open service 2606:4700:3035::6815:db:80 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 20:53:53 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://telesaas.com.br/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=28,cfOrigin;dur=222
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=okTlomuqCTCSt1P4NkGrRsmI%2B6hCrTs0U4COwtAfYDWYaf%2BXWxpl2KolTA6S8v46MPoBIkFWedJMTS12ay88JtXNjmqK%2FFMnFOQvZY0Yn6ZUz9sRB4I4kTQ%3D"}]}
CF-RAY: 9c2a2ee12e190c8e-EWR
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c83dc29075174b8e95a72ffae5c8264e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.128.83:8443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 20:54:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19734,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c2a2ee58db8aecd-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.128.83:443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 20:53:55 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Expires: Fri, 23 Jan 2026 20:53:55 GMT
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
X-Frame-Options: DENY
Vary: Cookie
vary: accept-encoding
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=Zl57ABB9G32IT18j1ewoHYv5UmIvGZVI; expires=Fri, 22 Jan 2027 20:53:55 GMT; Max-Age=31449600; Path=/; SameSite=None; Secure
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LRCkUpE2aMV%2BlhUwsyomVvEVTgDdZ17sOPfeXrFxo5KmKGHAoP2Ac28bkJGxRYHz2SvClRmDprscNC237sDv%2Fnx1OBRLWoqqwR2q9A%2F6%2FQ%3D%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=1107
CF-RAY: 9c2a2ee55adafdfc-SIN
alt-svc: h3=":443"; ma=86400
Page title: Telesaas
<!DOCTYPE html>
<html lang="pt-BR" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Social Media Meta Tags -->
<!-- Main domain meta tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Telesaas" />
<meta name="twitter:title" content="Telesaas" />
<meta property="og:url" content="https://telesaas.com.br/" />
<meta property="og:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Core Css -->
<link rel="stylesheet" href="/static/assets/css/styles.css" />
<link rel="stylesheet" href="/static/assets/css/custom-style.css" />
<script defer src="/static/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/jquery-3.7.1.min.js"></script>
<!-- Bloco dehead adicional -->
<script src="/static/assets/js/vue/vue.global.js"></script>
<script src="/static/assets/js/vue/vue_router.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
$('[data-bs-toggle="tooltip"]').tooltip();
})
function getCsrfToken() {
// Primeiro tenta pegar do cookie
const cookieValue = document.cookie
.split('; ')
.find(row => row.startsWith('csrftoken='))
?.split('=')[1];
// Se não encontrar no cookie, tenta pegar do DOM
if (!cookieValue) {
const csrfInput = document.querySelector('[name=csrfmiddlewaretoken]');
return csrfInput ? csrfInput.value : '';
}
return cookieValue;
}
// Helper function for DOM ready
function onDomReady(callback, options = {}) {
const {
elements = [],
globals = [],
timeout = 10000,
interval = 100
} = options;
function isDomReady() {
return document.readyState !== 'loading';
}
function areElementsReady() {
if (elements.length === 0) return true;
return elements.every(selector => document.querySelector(selector) !== null);
}
function areGlobalsReady() {
if (globals.length === 0) return true;
return globals.every(globalName => typeof window[globalName] !== 'undefined');
}
function isEverythingReady() {
return isDomReady() && areElementsReady() && areGlobalsReady();
}
function checkAndExecute() {
if (isEverythingReady()) {
callback();
return;
}
const startTime = Date.now();
const checker = setInterval(() => {
if (isEverythingReady()) {
clearInterval(checker);
callback();
} else if (Date.now() - startTime > timeout) {
clearInterval(checker);
console.error('onDomReady timeout - Missing:', {
elements: elements.filter(sel => !document.querySelector(sel)),
globals: globals.filter(name => typeof window[name] === 'undefined')
});
}
}, interval);
}
if (!isDomReady()) {
document.addEventListener('DOMContentLoaded', checkAndExecute);
} else {
checkAndExecute();
}
}
</script>
<style>
:root {
--main-color: #00a79d;
--main-color-dark: #ff8a94;
--main-color-hover: #00d0c4;
}
</style>
<link rel="shortcut icon" type="image/png" href="/media/system_favicons/teleSaas-favicon.png" />
<title>Telesaas</title>
<script>
window.currentUserInfo = {};
window.currentUserInfo.isAuthenticated = false;
</script>
<link rel="stylesheet" href="/static/assets/css/login.css" />
<link rel="stylesheet" hre
Open service 172.67.128.83:80 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 20:53:54 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://telesaas.com.br/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u0BPA49L0Gx%2FKuG3yGsCWv8U6N7i%2BgCG3Nqp6gx%2FHUAPg%2FADy4Jree0sqAjvmWZBzX4oKNDTPQT8FGo%2ByewJfiIZwqqCwGFmYkIJnueQaQ%3D%3D"}]}
CF-RAY: 9c2a2ee29f60dbf4-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 2606:4700:3037::ac43:8053:80 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 20:53:53 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://telesaas.com.br/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XANMbMPCmuQYLKAuLFlxzuBhtIf8gqJK4CFEV3pWnDwai4scp8yvxz2hPveYafmHuiClF8yfSD6wpNPbufvEzZPoZ1xA7wnV7EHcX%2BeLSddNPxlRC6d2NkqDfA%3D%3D"}]}
CF-RAY: 9c2a2ee1afbbd381-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 2606:4700:3037::ac43:8053:8443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 20:54:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c2a2ee52abaccc9-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3037::ac43:8053:443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 20:53:53 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Expires: Fri, 23 Jan 2026 20:53:53 GMT
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
X-Frame-Options: DENY
Vary: Cookie
vary: accept-encoding
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=OwxQOE7JnkFr1lR7kydO2G7eJWrsPjiw; expires=Fri, 22 Jan 2027 20:53:53 GMT; Max-Age=31449600; Path=/; SameSite=None; Secure
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hmxuaIzWkGoqBHFbwrQmpRve0FERt5gQkTo%2BaMn0qlpNItOrPHejH%2BmuKIa5GLeiNdmJUo7g2V%2FRtCV8q6iccJYc1BgBiD5OeG7wDbyLuK3uJ0qWSzZy3w4I6w%3D%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=355
CF-RAY: 9c2a2ee13dc5e150-EWR
alt-svc: h3=":443"; ma=86400
Page title: Telesaas
<!DOCTYPE html>
<html lang="pt-BR" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Social Media Meta Tags -->
<!-- Main domain meta tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Telesaas" />
<meta name="twitter:title" content="Telesaas" />
<meta property="og:url" content="https://telesaas.com.br/" />
<meta property="og:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:image" content="https://telesaas.com.br/media/system_logos/teleSaas-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Core Css -->
<link rel="stylesheet" href="/static/assets/css/styles.css" />
<link rel="stylesheet" href="/static/assets/css/custom-style.css" />
<script defer src="/static/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/jquery-3.7.1.min.js"></script>
<!-- Bloco dehead adicional -->
<script src="/static/assets/js/vue/vue.global.js"></script>
<script src="/static/assets/js/vue/vue_router.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
$('[data-bs-toggle="tooltip"]').tooltip();
})
function getCsrfToken() {
// Primeiro tenta pegar do cookie
const cookieValue = document.cookie
.split('; ')
.find(row => row.startsWith('csrftoken='))
?.split('=')[1];
// Se não encontrar no cookie, tenta pegar do DOM
if (!cookieValue) {
const csrfInput = document.querySelector('[name=csrfmiddlewaretoken]');
return csrfInput ? csrfInput.value : '';
}
return cookieValue;
}
// Helper function for DOM ready
function onDomReady(callback, options = {}) {
const {
elements = [],
globals = [],
timeout = 10000,
interval = 100
} = options;
function isDomReady() {
return document.readyState !== 'loading';
}
function areElementsReady() {
if (elements.length === 0) return true;
return elements.every(selector => document.querySelector(selector) !== null);
}
function areGlobalsReady() {
if (globals.length === 0) return true;
return globals.every(globalName => typeof window[globalName] !== 'undefined');
}
function isEverythingReady() {
return isDomReady() && areElementsReady() && areGlobalsReady();
}
function checkAndExecute() {
if (isEverythingReady()) {
callback();
return;
}
const startTime = Date.now();
const checker = setInterval(() => {
if (isEverythingReady()) {
clearInterval(checker);
callback();
} else if (Date.now() - startTime > timeout) {
clearInterval(checker);
console.error('onDomReady timeout - Missing:', {
elements: elements.filter(sel => !document.querySelector(sel)),
globals: globals.filter(name => typeof window[name] === 'undefined')
});
}
}, interval);
}
if (!isDomReady()) {
document.addEventListener('DOMContentLoaded', checkAndExecute);
} else {
checkAndExecute();
}
}
</script>
<style>
:root {
--main-color: #00a79d;
--main-color-dark: #ff8a94;
--main-color-hover: #00d0c4;
}
</style>
<link rel="shortcut icon" type="image/png" href="/media/system_favicons/teleSaas-favicon.png" />
<title>Telesaas</title>
<script>
window.currentUserInfo = {};
window.currentUserInfo.isAuthenticated = false;
</script>
<link rel="stylesheet" href="/static/assets/css/login.css" />
<link rel="stylesheet" hre
Open service 104.21.0.219:8443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 20:54:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c2a2ee4ea47dbb7-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::6815:db:8443 · telesaas.com.br
2026-01-23 20:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 20:54:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c2a2ee449e580ad-FRA alt-svc: h3=":8443"; ma=86400 error code: 522