pub async fn startup_default(
    ip: String,
    port: u16,
    config: CrateConfig
) -> Result<()>