export interface RemoteServer { id: string; name: string; url: string; isSelf: boolean; isDead: boolean; }