Domain chart.export.ramus.id
Indonesia
INDO Internet, PT
Ubuntu
Software information

nginx nginx 1.18.0

tcp/443 tcp/80

  • Swagger API description is publicly available
    First seen 2025-10-13 23:15
    Last seen 2026-01-12 16:45
    Open for 90 days
  • Open service 202.159.30.243:443 · chart.export.ramus.id

    2026-01-12 16:45

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 12 Jan 2026 16:45:46 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3984
    Connection: close
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 16 Apr 2024 03:53:51 GMT
    ETag: W/"f90-18ee50a24cc"
    
    Page title: Highcharts Export Server
    
    <!doctype html>
    <html>
      <head>
        <title>Highcharts Export Server</title>
        <link
          rel="icon"
          type="image/x-icon"
          href="https://www.highcharts.com/demo/static/favicon.ico"
        />
    
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic"
          type="text/css"
        />
        <link rel="stylesheet" type="text/css" href="css/style.css" />
        <link
          rel="stylesheet"
          type="text/css"
          href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.css"
        />
    
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/javascript/javascript.min.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/css/css.min.js"
        ></script>
        <script type="text/javascript" src="js/main.js"></script>
      </head>
    
      <body>
        <div class="page box-size">
          <div class="panel-container main-panel box-size">
            <div class="panel">
              <h1>Highcharts Export Server</h1>
              This page allows you to experiment with different options for the
              export server.
    
              <label>Options</label>
              <div class="info">Your Highcharts configuration object.</div>
              <div class="error" id="error"></div>
              <textarea id="options" class="codeinput box-size">
    {
        "xAxis": {
            "categories": [
                "Jan",
                "Feb",
                "Mar",
                "Apr",
                "May",
                "Jun",
                "Jul",
                "Aug",
                "Sep",
                "Oct",
                "Nov",
                "Dec"
            ]
        },
        "series": [
            {
                "data": [1,3,2,4],
                "type": "line"
            },
            {
                "data": [5,3,4,2],
                "type":"line"
            }
        ]
    }
              </textarea>
    
              <label>Image file format</label>
              <select id="format" class="box-size">
                <option>image/png</option>
                <option>image/jpeg</option>
                <option>image/svg+xml</option>
                <option>application/pdf</option>
              </select>
    
              <label>Width</label>
              <div class="info box-size">
                The exact pixel width of the exported image. Defaults to chart.width
                or 600px. Maximum width is 2000px.
              </div>
              <input type="number" class="box-size" id="width" />
    
              <label>Scale</label>
              <div class="info box-size">
                A scaling factor for a higher image resolution. Maximum scaling is
                set to 4x. Remember that the width parameter has a higher precedence
                over scaling.
              </div>
              <input type="number" id="scale" class="box-size" />
    
              <label>Constructor</label>
              <div class="info box-size">
                Either a chart, stockChart, mapChart, or a ganttChart (depending on what product you use).
              </div>
              <select id="constr">
                <option>chart</option>
                <option>stockChart</option>
                <option>mapChart</option>
                <option>ganttChart</option>
              </select>
            </div>
          </div>
    
          <div class="panel-container chart-panel box-size">
            <div class="panel" style="pointer-events: auto">
              <h1>Result Preview</h1>
              <div id="preview-container" class="preview-container">
                <div class="info">Click the Preview button to see a preview.</div>
              </div>
            </div>
          </div>
    
          <div class="buttons">
            <button id="preview" class="button">PREVIEW</button>
            <button id="download" class="button">DOWNLOAD</button>
          </div>
        </div>
    
        <div class="header"></div>
      </body>
    
      <script>
        highexp.init();
      </script>
    </html>
    
    Found 22 hours ago by HttpPlugin
    Create report
  • Open service 202.159.30.243:80 · chart.export.ramus.id

    2026-01-12 16:45

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 12 Jan 2026 16:45:46 GMT
    Content-Type: text/html
    Content-Length: 612
    Last-Modified: Tue, 21 Apr 2020 14:09:01 GMT
    Connection: close
    ETag: "5e9efe7d-264"
    Accept-Ranges: bytes
    
    Page title: Welcome to nginx!
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to nginx!</title>
    <style>
        body {
            width: 35em;
            margin: 0 auto;
            font-family: Tahoma, Verdana, Arial, sans-serif;
        }
    </style>
    </head>
    <body>
    <h1>Welcome to nginx!</h1>
    <p>If you see this page, the nginx web server is successfully installed and
    working. Further configuration is required.</p>
    
    <p>For online documentation and support please refer to
    <a href="http://nginx.org/">nginx.org</a>.<br/>
    Commercial support is available at
    <a href="http://nginx.com/">nginx.com</a>.</p>
    
    <p><em>Thank you for using nginx.</em></p>
    </body>
    </html>
    
    Found 22 hours ago by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2026-01-12 16:45

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Mon, 12 Jan 2026 16:45:46 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 22 hours ago by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2026-01-09 16:41

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Fri, 09 Jan 2026 16:41:47 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2026-01-01 21:07

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Thu, 01 Jan 2026 21:07:17 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 202.159.30.243:443 · chart.export.ramus.id

    2025-12-29 17:45

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 29 Dec 2025 17:45:37 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3984
    Connection: close
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 16 Apr 2024 03:53:51 GMT
    ETag: W/"f90-18ee50a24cc"
    
    Page title: Highcharts Export Server
    
    <!doctype html>
    <html>
      <head>
        <title>Highcharts Export Server</title>
        <link
          rel="icon"
          type="image/x-icon"
          href="https://www.highcharts.com/demo/static/favicon.ico"
        />
    
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic"
          type="text/css"
        />
        <link rel="stylesheet" type="text/css" href="css/style.css" />
        <link
          rel="stylesheet"
          type="text/css"
          href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.css"
        />
    
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/javascript/javascript.min.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/css/css.min.js"
        ></script>
        <script type="text/javascript" src="js/main.js"></script>
      </head>
    
      <body>
        <div class="page box-size">
          <div class="panel-container main-panel box-size">
            <div class="panel">
              <h1>Highcharts Export Server</h1>
              This page allows you to experiment with different options for the
              export server.
    
              <label>Options</label>
              <div class="info">Your Highcharts configuration object.</div>
              <div class="error" id="error"></div>
              <textarea id="options" class="codeinput box-size">
    {
        "xAxis": {
            "categories": [
                "Jan",
                "Feb",
                "Mar",
                "Apr",
                "May",
                "Jun",
                "Jul",
                "Aug",
                "Sep",
                "Oct",
                "Nov",
                "Dec"
            ]
        },
        "series": [
            {
                "data": [1,3,2,4],
                "type": "line"
            },
            {
                "data": [5,3,4,2],
                "type":"line"
            }
        ]
    }
              </textarea>
    
              <label>Image file format</label>
              <select id="format" class="box-size">
                <option>image/png</option>
                <option>image/jpeg</option>
                <option>image/svg+xml</option>
                <option>application/pdf</option>
              </select>
    
              <label>Width</label>
              <div class="info box-size">
                The exact pixel width of the exported image. Defaults to chart.width
                or 600px. Maximum width is 2000px.
              </div>
              <input type="number" class="box-size" id="width" />
    
              <label>Scale</label>
              <div class="info box-size">
                A scaling factor for a higher image resolution. Maximum scaling is
                set to 4x. Remember that the width parameter has a higher precedence
                over scaling.
              </div>
              <input type="number" id="scale" class="box-size" />
    
              <label>Constructor</label>
              <div class="info box-size">
                Either a chart, stockChart, mapChart, or a ganttChart (depending on what product you use).
              </div>
              <select id="constr">
                <option>chart</option>
                <option>stockChart</option>
                <option>mapChart</option>
                <option>ganttChart</option>
              </select>
            </div>
          </div>
    
          <div class="panel-container chart-panel box-size">
            <div class="panel" style="pointer-events: auto">
              <h1>Result Preview</h1>
              <div id="preview-container" class="preview-container">
                <div class="info">Click the Preview button to see a preview.</div>
              </div>
            </div>
          </div>
    
          <div class="buttons">
            <button id="preview" class="button">PREVIEW</button>
            <button id="download" class="button">DOWNLOAD</button>
          </div>
        </div>
    
        <div class="header"></div>
      </body>
    
      <script>
        highexp.init();
      </script>
    </html>
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 202.159.30.243:80 · chart.export.ramus.id

    2025-12-29 17:45

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 29 Dec 2025 17:45:37 GMT
    Content-Type: text/html
    Content-Length: 612
    Last-Modified: Tue, 21 Apr 2020 14:09:01 GMT
    Connection: close
    ETag: "5e9efe7d-264"
    Accept-Ranges: bytes
    
    Page title: Welcome to nginx!
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to nginx!</title>
    <style>
        body {
            width: 35em;
            margin: 0 auto;
            font-family: Tahoma, Verdana, Arial, sans-serif;
        }
    </style>
    </head>
    <body>
    <h1>Welcome to nginx!</h1>
    <p>If you see this page, the nginx web server is successfully installed and
    working. Further configuration is required.</p>
    
    <p>For online documentation and support please refer to
    <a href="http://nginx.org/">nginx.org</a>.<br/>
    Commercial support is available at
    <a href="http://nginx.com/">nginx.com</a>.</p>
    
    <p><em>Thank you for using nginx.</em></p>
    </body>
    </html>
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2025-12-29 17:45

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Mon, 29 Dec 2025 17:45:36 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 202.159.30.243:80 · chart.export.ramus.id

    2025-12-22 18:16

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 22 Dec 2025 18:16:37 GMT
    Content-Type: text/html
    Content-Length: 612
    Last-Modified: Tue, 21 Apr 2020 14:09:01 GMT
    Connection: close
    ETag: "5e9efe7d-264"
    Accept-Ranges: bytes
    
    Page title: Welcome to nginx!
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to nginx!</title>
    <style>
        body {
            width: 35em;
            margin: 0 auto;
            font-family: Tahoma, Verdana, Arial, sans-serif;
        }
    </style>
    </head>
    <body>
    <h1>Welcome to nginx!</h1>
    <p>If you see this page, the nginx web server is successfully installed and
    working. Further configuration is required.</p>
    
    <p>For online documentation and support please refer to
    <a href="http://nginx.org/">nginx.org</a>.<br/>
    Commercial support is available at
    <a href="http://nginx.com/">nginx.com</a>.</p>
    
    <p><em>Thank you for using nginx.</em></p>
    </body>
    </html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 202.159.30.243:443 · chart.export.ramus.id

    2025-12-22 18:16

    HTTP/1.1 200 OK
    Server: nginx/1.18.0 (Ubuntu)
    Date: Mon, 22 Dec 2025 18:16:37 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 3984
    Connection: close
    Vary: Accept-Encoding
    Access-Control-Allow-Origin: *
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 16 Apr 2024 03:53:51 GMT
    ETag: W/"f90-18ee50a24cc"
    
    Page title: Highcharts Export Server
    
    <!doctype html>
    <html>
      <head>
        <title>Highcharts Export Server</title>
        <link
          rel="icon"
          type="image/x-icon"
          href="https://www.highcharts.com/demo/static/favicon.ico"
        />
    
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic"
          type="text/css"
        />
        <link rel="stylesheet" type="text/css" href="css/style.css" />
        <link
          rel="stylesheet"
          type="text/css"
          href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.css"
        />
    
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/codemirror.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/javascript/javascript.min.js"
        ></script>
        <script
          type="text/javascript"
          src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.20.2/mode/css/css.min.js"
        ></script>
        <script type="text/javascript" src="js/main.js"></script>
      </head>
    
      <body>
        <div class="page box-size">
          <div class="panel-container main-panel box-size">
            <div class="panel">
              <h1>Highcharts Export Server</h1>
              This page allows you to experiment with different options for the
              export server.
    
              <label>Options</label>
              <div class="info">Your Highcharts configuration object.</div>
              <div class="error" id="error"></div>
              <textarea id="options" class="codeinput box-size">
    {
        "xAxis": {
            "categories": [
                "Jan",
                "Feb",
                "Mar",
                "Apr",
                "May",
                "Jun",
                "Jul",
                "Aug",
                "Sep",
                "Oct",
                "Nov",
                "Dec"
            ]
        },
        "series": [
            {
                "data": [1,3,2,4],
                "type": "line"
            },
            {
                "data": [5,3,4,2],
                "type":"line"
            }
        ]
    }
              </textarea>
    
              <label>Image file format</label>
              <select id="format" class="box-size">
                <option>image/png</option>
                <option>image/jpeg</option>
                <option>image/svg+xml</option>
                <option>application/pdf</option>
              </select>
    
              <label>Width</label>
              <div class="info box-size">
                The exact pixel width of the exported image. Defaults to chart.width
                or 600px. Maximum width is 2000px.
              </div>
              <input type="number" class="box-size" id="width" />
    
              <label>Scale</label>
              <div class="info box-size">
                A scaling factor for a higher image resolution. Maximum scaling is
                set to 4x. Remember that the width parameter has a higher precedence
                over scaling.
              </div>
              <input type="number" id="scale" class="box-size" />
    
              <label>Constructor</label>
              <div class="info box-size">
                Either a chart, stockChart, mapChart, or a ganttChart (depending on what product you use).
              </div>
              <select id="constr">
                <option>chart</option>
                <option>stockChart</option>
                <option>mapChart</option>
                <option>ganttChart</option>
              </select>
            </div>
          </div>
    
          <div class="panel-container chart-panel box-size">
            <div class="panel" style="pointer-events: auto">
              <h1>Result Preview</h1>
              <div id="preview-container" class="preview-container">
                <div class="info">Click the Preview button to see a preview.</div>
              </div>
            </div>
          </div>
    
          <div class="buttons">
            <button id="preview" class="button">PREVIEW</button>
            <button id="download" class="button">DOWNLOAD</button>
          </div>
        </div>
    
        <div class="header"></div>
      </body>
    
      <script>
        highexp.init();
      </script>
    </html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2025-12-22 18:16

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Mon, 22 Dec 2025 18:16:37 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2025-12-22 12:45

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Mon, 22 Dec 2025 12:45:11 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 202.159.30.243:8443 · chart.export.ramus.id

    2025-12-20 10:16

    HTTP/1.1 302 Found
    location: http://chart.export.ramus.id/manager
    content-length: 0
    date: Sat, 20 Dec 2025 10:16:12 GMT
    strict-transport-security: max-age=15768000
    x-robots-tag: noindex
    connection: close
    
    Found 2025-12-20 by HttpPlugin
    Create report
chart.export.ramus.id
CN:
chart.export.ramus.id
Key:
RSA-2048
Issuer:
R3
Not before:
2024-04-16 04:25
Not after:
2024-07-15 04:25
localhost
CN:
OpenRemote Demo Cert
Key:
RSA-2048
Issuer:
Not before:
2020-06-08 19:17
Not after:
2050-06-01 19:17
Domain summary
IP summary