0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ConoHa VPSのKUSANAGI Wordpressでkusanagi managerにアクセスできなかった件

0
Posted at

ConoHa VPSで構築したKUSANAGI(Wordpress)でkusanagi managerにアクセスできなくなっていたので、その時の対処法を記載。

現象

ConoHa VPSにログインし、KUSANAGIサーバーを選択。
「KUSANAGI管理」ボタンをクリック。
別タブでkusanagi managerが開くが「接続が拒否されました」になる。

なお、kusanagi managerを開いた際のURLは「http://xxx.xxx.xx.xx:60000/」

原因

今回は、kusanagi managerのserviceが起動していないのが原因でした。
なぜ、停止してるのかは不明。

対応

kusanagi managerを起動すればOK。

sshでサーバーにログインし、

起動しているか確認するには下記コマンドを実行

systemctl status kusanagi-manager.service

「Active: inactive (dead)」になっていれば停止している。
「Active: active (running)」になっていれば起動している。

起動するには、下記コマンドを実行

systemctl start kusanagi-manager.service

まとめ

なぜ勝手に停止したのか原因はわからずでした。
最近ConoHa VPSは使い勝手が悪く感じます。

もしWordpresをサクッと立ち上げたければ「XServer」をオススメします!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?