- Install UTM
- Set up an emulated x86 Rocky Linux 8 VM with UTM & QEMU. (You can loosely follow along here)
- Set Networking to Emulated VLAN and port forwarded the following ports via TCP:
VM Port | Forwarded Port |
---|---|
22 | 2222 |
2082 | 2082 |
2083 | 2083 |
- Enter the shell of your VM with
ssh root@localhost -p 2222
and install and configure Apiscp as you would normally. - Login via http://localhost:2082
Additional Tips
If using VIM or Neovim, you can edit apiscp directly by:
- Copying your keys over to your vm:
ssh-copy-id -p 2222 root@localhost
- Starting neovim/vim in scp mode for NetRW
nvim scp://root@localhost:2222//usr/local/apnscp/
orvim scp://root@localhost:2222//usr/local/apnscp/