public RemoteServer(String id, String os, String name, String host) {
        this.id = id;
        this.os = os;
        this.name = name;
        this.host = host;