46
loading...
This website collects cookies to deliver better user experience
This method will not automatically enable TLS for you
curl https://raw.githubusercontent.com/fonoster/fonos/main/operator/cloud-config.txt -o cloud-config.txt
cloud-config
to discover the private ipv4 instead of the public ipv4. cloud-config
with:sed -i.bak -e "s#publicv4#privatev4#g" "cloud-config.txt"
multipass launch --name fonos --disk 8G --cpus 2 --mem 4G --cloud-init cloud-config.txt
timed out waiting for initialization to complete
, especially in a slow Internet connection. Don't worry. The process will continue in the background. multipass shell fonos
tail -f /var/log/cloud-init-output.log
cat /opt/fonos/config/admin_credentials
{
"accessKeyId": "admin",
"accessKeySecret": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
multipass info fonos
Name: fonos
State: Running
IPv4: 192.168.64.39
172.17.0.1
172.24.0.1
...
accessKeyId
, accessKeySecret
, and your VM's IP address, you can now login using the command-line tool or access your server with the SDK.