Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
update doc for issue #115
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Dec 30, 2019
1 parent ed0424b commit 3bd5f20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ Login: admin

To get the password, run

`docker exec $CONTAINER_ID cat /vesta-start/root/password.txt`
`sudo docker exec $CONTAINER_ID cat /vesta-start/root/password.txt`

Alternatively, you can change the password with:
```
sudo docker exec $CONTAINER_ID /usr/local/vesta/bin/v-change-user-password admin YOURNEWPASSWORD
```

## SSH for FTP
FTP was not installed on purpose because it's not secure. Use SFTP instead on the 3322 port. Disable ssh if you don't really need it and use the Vesta FileManager plugin. Also, make sure you change the user shell in the Vesta panel in order to use ssh.
Expand Down

0 comments on commit 3bd5f20

Please sign in to comment.