48 lines
948 B
Markdown
48 lines
948 B
Markdown
# Server-Setup
|
|
|
|
BASE(Yunohost)
|
|
|
|
Video-Voice Call(Element,Synapse)
|
|
Rss(FreshRSS)
|
|
Github Repo Clone(Gitea)
|
|
Realtime Server Monitoring(Glances)
|
|
Share files and notes with outserver safely(Lufi)
|
|
Run your 'html,css,js' page(my_webapp)
|
|
Store Files,Notes,Calendar,Forms,Photos and OnlyOffice(Nextcloud,OnlyOffice)
|
|
Local file sharing(PairDrop)
|
|
Realtime website analytics(Umami)
|
|
Realtime apps(web urls) monitoring(Uptime Kuma)
|
|
File convertion utility(Vert)
|
|
|
|
vpn
|
|
mailserver
|
|
|
|
Real VNC Viewer(For connecting to server easily)
|
|
File Zilla(For upload your website documents to server)
|
|
|
|
|
|
|
|
|
|
|
|
ssh root@SUNUCU_IP
|
|
|
|
apt update && apt full-upgrade -y
|
|
reboot
|
|
|
|
ssh root@SUNUCU_IP
|
|
|
|
apt install -y curl wget sudo gnupg2 ca-certificates
|
|
|
|
|
|
ya da
|
|
|
|
terminal:
|
|
vncviewer <vnc_ip>:<vnc_port>
|
|
enter the vnc password(max 8 character)
|
|
|
|
|
|
Enter your user:root and password:server password
|
|
apt update
|
|
apt full-upgrade -y
|
|
reboot
|