A web-based dashboard plugin for Paper servers.
Access a public status page and a password-protected admin panel from any browser — no client-side mods required.
A homepage automatically served at your server's IP and port.
Displays server status and links to any subpages you add to the public_html/ folder.
Adding a new folder creates a new card on the homepage automatically — no restart needed.
logs/latest.log with keyword filteringTwo roles are available: admin and owner.
| Feature | admin | owner |
|---|---|---|
| All management features | ✅ | ✅ |
| Delete action log entries | ❌ | ✅ |
| Clear login history | ❌ | ✅ |
Edit plugins/WebConsole/config.yml:
admin:
session-expire-minutes: 60
accounts:
- username: "alice"
password: "yourpassword"
role: "admin" # Regular administrator
- username: "bob"
password: "ownerpassword"
role: "owner" # Full privileges
Run
/wc reloadto apply changes — no restart required.
You can add as many accounts as you need.
1. Drop the .jar into plugins/ and start the server.
2. Set your port in plugins/WebConsole/config.yml:
port: 8080 # Change to a port that is open on your server
⚠️ Make sure the port is open in your firewall or hosting panel.
3. Set up admin accounts (see Role System above).
4. Open in your browser:
http://your-server-ip:PORT/http://your-server-ip:PORT/admin/| Command | Description |
|---|---|
/wc reload | Reload config.yml |
/wc bridges | List active plugin bridges |
/wc modules | List registered admin modules |
Permission: webconsole.admin (default: OP)
All are soft dependencies — the plugin works without them.
Paper サーバー向けの Web ダッシュボードプラグインです。
公開ステータスページとパスワード保護された管理者パネルをブラウザからアクセスできます。クライアント側の Mod は不要です。
サーバーの IP とポートにアクセスすると表示されるトップページです。
サーバーの稼働状況と、public_html/ フォルダに追加したサブページへのリンクを表示します。
フォルダを追加するだけで自動的にカードが生成されます — 再起動不要。
logs/latest.log をキーワードで絞り込んで閲覧admin(通常管理者)と owner(オーナー)の2段階です。
| 機能 | admin | owner |
|---|---|---|
| すべての管理機能 | ✅ | ✅ |
| 操作ログの個別削除 | ❌ | ✅ |
| ログイン履歴の削除 | ❌ | ✅ |
plugins/WebConsole/config.yml を編集します:
admin:
session-expire-minutes: 60
accounts:
- username: "alice"
password: "パスワード"
role: "admin" # 通常管理者
- username: "bob"
password: "パスワード2"
role: "owner" # 特権操作が可能
/wc reloadを実行するだけで反映されます — 再起動不要。
アカウントは何件でも追加できます。
1. .jar を plugins/ に入れてサーバーを起動します。
2. plugins/WebConsole/config.yml でポートを設定します:
port: 8080 # 自分のサーバーで開放しているポートに変更してください
⚠️ ファイアウォールやホスティングパネルでそのポートを開放してください。
3. 管理者アカウントを設定します (上の「ロール管理」参照)。
4. ブラウザでアクセスします:
http://サーバーIP:ポート番号/http://サーバーIP:ポート番号/admin/| コマンド | 説明 |
|---|---|
/wc reload | config.yml を再読み込み |
/wc bridges | 有効なプラグインブリッジ一覧 |
/wc modules | 登録済み管理モジュール一覧 |
権限: webconsole.admin (デフォルト: OP)
すべてソフト依存です。なくても動作しますが、関連機能は非表示になります。
This plugin allows you to publish your website. Simply enter the port number and server IP address in the configuration file to publish your website. If you encounter any problems, please report them on Discord. We will fix them immediately. The included m