Search found 2 matches
- Fri May 13, 2016 4:33 pm
- Forum: Multiplayer / Dedicated Server
- Topic: Python Script for managing a VM on digitalocean
- Replies: 2
- Views: 1913
Re: Python Script for managing a VM on digitalocean
I don't want to ask for permission since i just want to run it and forget. But i did now change it to only stop/snapshot/destroy the VM that matches the defined vm_name inside the script (Assuming that the set vm_name is unique for all VMs). For cleaning up old snapshots now only those are considere...
- Fri May 13, 2016 9:45 am
- Forum: Multiplayer / Dedicated Server
- Topic: Python Script for managing a VM on digitalocean
- Replies: 2
- Views: 1913
Python Script for managing a VM on digitalocean
Hi, i am hosting my factorio headless server on a VM on digitalocean. Since you pay there for the actual runtime ($0.015/h for the second smallest one) of your VM and can save up to 5 snapshots for free its really cheap ;) And you can always make a bigger VM if you need more performance. So i had to...