まだ OpenClaw をインストールしていませんか?
curl -fsSL https://openclaw.ai/install.sh | bashiwr -useb https://openclaw.ai/install.ps1 | iexcurl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmdパソコンへの影響が心配?ClawTank なら60秒でクラウドデプロイ、ファイルへのリスクゼロ。
OpenClaw のダッシュボードやブラウザインターフェースを使おうとして 「access not configured」 が表示されますか?これはゲートウェイがWeb接続を受け入れるよう設定されていないことを意味します。修正方法をご説明します。
エラーメッセージ
以下のいずれかが表示される場合があります:
OpenClaw: access not configured.
Error: web login provider is not available.
Device identity required.
TUI gateway disconnected — closed idle.
すべて同じ根本原因を指しています:ゲートウェイがブラウザまたはAPI接続を受け入れる前に設定が必要です。
クイック修正
ステップ1:ゲートウェイモードを設定
openclaw config set gateway.mode local
ステップ2:再起動
openclaw restart
ステップ3:デバイスを承認
ブラウザでダッシュボードURLを開きます。ペアリングリクエストが表示されます。承認してください:
openclaw devices list
openclaw devices approve DEVICE_ID
これで完了です。ダッシュボードが正常に動作するはずです。
「Web Login Provider Is Not Available」
このエラーはWebベースの認証が有効になっていないことを意味します。修正:
openclaw config set gateway.mode local
openclaw restart
別のマシンからアクセスする場合:
openclaw config set gateway.mode remote
openclaw config set gateway.host "0.0.0.0"
openclaw restart
「Device Identity Required」
新しいブラウザ接続はすべて承認が必要です。これはセキュリティ機能です。
# 保留中のデバイスを確認
openclaw devices list
# デバイスを承認
openclaw devices approve DEVICE_ID
Telegram経由で接続する場合は、別の方法で承認します:

![OpenClawファクトリーリセット:完全に最初からやり直す方法 [2026]](/_next/image?url=%2Fblog%2Fopenclaw-factory-reset-guide.png&w=3840&q=75&dpl=dpl_BwKgrLAPa91jYXMvP1UfTmzeoqZP)
![OpenClawダッシュボードが動かない時の修正方法:Web UI&TUIガイド [2026年]](/_next/image?url=%2Fblog%2Fopenclaw-web-ui-dashboard-fix.png&w=3840&q=75&dpl=dpl_BwKgrLAPa91jYXMvP1UfTmzeoqZP)