Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Cannot start agent: non-existing hostname ws.autoadmin.org #10

@ghost

Description

Trying to install a self-hosted rocketadmin agent on an EC2 machine, this line tries to connect to a host that is not existing anymore.

const ws = new WebSocket('wss://ws.autoadmin.org:443/');

Socket connection error -> getaddrinfo ENOTFOUND ws.autoadmin.org, Closing socket
Socket is closed. Reconnect will be attempted in 1 second.  With code: 1006

Trying to resolve individually:

$ ping ws.autoadmin.org
ping: cannot resolve ws.autoadmin.org: Unknown host

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions