Rustサーバーの構築が難しい方向けにテンプレートを作成しました。下記手順を読んでうまくいかなかった人はこちらを試してみてください!

インスタンス初期設定

インスタンス作成画面のユーザーデータを入力する際に下記のように入力

#!/bin/bash
cd /root/
wget https://streamhue.cloudroid.work/games/server/rust/ubuntu2004_rust_server_template.sh
wget https://streamhue.cloudroid.work/games/server/rust/ubuntu2004_swapchange.sh
chmod 755 ./ubuntu2004_rust_server_template.sh
chmod 755 ./ubuntu2004_swapchange.sh
./ubuntu2004_rust_server_template.sh rustA

貼り付けイメージ

後は、通常通りこのまま作成してください。

仮想メモリーの増設(ログイン後)

cd /root/
./ubuntu2004_swapchange.sh 4 swapfile2

Rust の起動

※本編では、作成しているフォルダをdeveloper としていますが、今回は rustAにしています。

なので、/root/develop は /root/rustA と読み替えて実行してもらえればと思います。

投稿者 developer1

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です