Personal Server Definition
My Personal Server Definition
Directory ~/.dmt/user/devices/my_server/def:
device.def
device: my_server
network:
user: server_user_name
globalIP: 123.123.123.123Replace server_user_name with your username for the server.
This is needed for updating the server through dmt update command.
After you have prepared this server definition file in correct directory on your pc you can now update the server from your personal computer:
dmt update my_serverMake sure to check that this pointer on server is pointing to the correct directory.
Setting the device pointer on server
We have to set the pointer only once on first setup.
Login to your server with
Or with:
q my_serverif you are using dmt full shell (you can check this with dmt shell).
Then execute:
user@my_server:~$ dmt device selectAnd choose my_server from the list. Then restart dmt with dmt restart.
Last updated
Was this helpful?